method

report_on_exception

Importance_1
v2_4_6 - Show latest stable - 0 notes - Class: Thread
report_on_exception() public

Returns the status of the global “report on exception” condition.

The default is false.

When set to true, all threads will report the exception if an exception is raised in any thread.

See also ::report_on_exception=.

There is also an instance level method to set this for a specific thread, see #report_on_exception.

Show source
Register or log in to add new notes.