Type alias ExceptionFilterFunction

ExceptionFilterFunction: ((info) => boolean)

A function that determines whether an exception should be ignored. Return true to ignore the exception, false to report it.

Type declaration