Turns on all exceptions
Turns off the given exceptions. Once turned off, the specified exception will not be thrown. When such error occurred, if a global error handler is previously set with setExceptionHandler, the error handler will be invoked with the actual exception.
everything passed to this parameter, albeit arrays, rest arguments, or combination of both, will be flattened to a one-dimension array.
Sets a global error handler, used in conjunction with ignoreExceptions.
Checks if the given exception should be ignored.
Throws the given exception if it is not ignored by ignoreExceptions.
Generated using TypeDoc
A global handler to process ignored exceptions.