ErrorHandler typedef

ErrorHandler = void Function(Exception)

Implementation

typedef ErrorHandler = void Function(Exception);