thrownExceptions property

Stream thrownExceptions

When subribing to thrownExceptionsyou will every excetpion that was thrown in your handler function as an event on this Observable. If no subscription exists the Exception will be rethrown

Implementation

Stream<dynamic> get thrownExceptions => _thrownExceptionsSubject;