exceptionParseHandle property

bool? Function(Exception exception)? exceptionParseHandle
getter/setter pair

A function that can handle exceptions of type Exception.

Implementation

bool? Function(Exception exception)? exceptionParseHandle;