isCustomExceptionHandler property

bool isCustomExceptionHandler

Indicates if a custom exception handler has been set.

True if exceptionHandler has been set to an custom function. False if it is the default function implemented by the library.

Implementation

bool get isCustomExceptionHandler => exceptionHandler != _noExceptionHandler;