error_handler library

Constants

catchIt → const E Function<E>({required Object error, required E onCatch(String errorMessage), String? otherErrorMessage, StackTrace? stackTrace})
defaultErrorMessageHandler → const String Function(Object error, StackTrace? stackTrace, String? otherErrorMessage)
initErrorMessages → const void Function(_ErrorMessageHandlerCallback onError)