menu
serinus package
documentation
serinus.dart
ExceptionFilter
catchTargets property
catchTargets property
dark_mode
light_mode
catchTargets
property
List
<
Type
>
catchTargets
final
The list of exception types that this filter can catch.
Implementation
final List<Type> catchTargets;
serinus package
documentation
serinus
ExceptionFilter
catchTargets property
ExceptionFilter class