onExceptionThrown property

Stream<ExceptionThrownEvent> get onExceptionThrown

Implementation

Stream<ExceptionThrownEvent> get onExceptionThrown =>
    _exceptionThrownController.stream;