mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 03:42:38 +00:00
This commit adds a note in the reference documentation stating that `ErrorHandler` infrastructure is not involved when reactive methods send an error signal: the exception is sent as a message in the pipeline and is not thrown from the task `Runnable`. See gh-23533