function property

(bool? Function(E exception)?) function
read / write

The function to handle exceptions in case of an error.

Implementation

bool? Function(E exception)? function;