OnErrorEventHandlerNonNull typedef

OnErrorEventHandlerNonNull = Object Function(Object event, String source, int lineno, int colno, Object error)

Implementation

typedef OnErrorEventHandlerNonNull =
    Object Function(
      Object event,
      String source,
      int lineno,
      int colno,
      Object error,
    );