When an exception is thrown in the main reactor loop, default error handler is called and the error is printed out, but the subscribers are not made aware of it. Also, since the reactor typically runs in its own thread, the printout is not indicative of where exactly the error happened.
Adding this feature will make the diagnostics easier and the reactor subscribers will be immediately aware of the problem.