recoverable/error_interceptor library
Classes
- ErrorInterceptor
- Intercepts errors from all three Flutter/Dart error zones and emits CausalEvents to the TrinityEventBus.
Typedefs
- ErrorCallback = void Function(Object error, StackTrace stack, String zone)
- Callback type for error handlers that want to receive intercepted errors.