menu
dartness_server package
documentation
exception.dart
DartnessErrorHandler
catchErrors property
catchErrors property
dark_mode
light_mode
catchErrors
property
List
<
DartnessCatchError
>
catchErrors
final
The error types that the error handler can handle.
Implementation
final List<DartnessCatchError> catchErrors;
dartness_server package
documentation
exception
DartnessErrorHandler
catchErrors property
DartnessErrorHandler class