BlocUnhandledErrorException constructor Null safety
- BlocBase bloc,
- Object error,
- [StackTrace stackTrace = StackTrace.empty]
Exception thrown when an unhandled error occurs within a bloc.
Note: thrown in debug mode only
Implementation
BlocUnhandledErrorException(
this.bloc,
this.error, [
this.stackTrace = StackTrace.empty,
]);