OnError typedef

OnError = dynamic Function(Exception)

Implementation

typedef OnError = Function(Exception);