ErrorHandler typedef

ErrorHandler = dynamic Function(Exception e)

Implementation

typedef ErrorHandler = Function(Exception e);