menu
revali_router_core package
documentation
exception_catcher/exception_catcher.dart
ExceptionCatcher<T>
catchException abstract method
catchException abstract method
dark_mode
light_mode
catchException
abstract method
ExceptionCatcherResult
<
T
>
catchException
(
T
exception
,
ExceptionCatcherContext
context
)
Implementation
ExceptionCatcherResult<T> catchException( T exception, ExceptionCatcherContext context, );
revali_router_core package
documentation
exception_catcher/exception_catcher
ExceptionCatcher<T>
catchException abstract method
ExceptionCatcher class