method
abort_on_exception
abort_on_exception()
public
Returns the status of the global “abort on exception” condition.
The default is false.
When set to true, all threads will abort (the process will exit(0)) if an exception is raised in any thread.
Can also be specified by the global $DEBUG flag or command line option -d.
See also ::abort_on_exception=.
There is also an instance level method to set this for a specific thread, see #abort_on_exception.