ExceptionHandler typedef

ExceptionHandler = void Function({required dynamic exception})

Implementation

typedef ExceptionHandler = void Function({required dynamic exception});