method
report_on_exception
v2_5_5 -
Show latest stable
- Class:
Thread
report_on_exception()public
Returns the status of the thread-local “report on exception” condition for this thr.
The default value when creating a Thread is the value of the global flag Thread.report_on_exception.
See also #report_on_exception=.
There is also a class level method to set this for all new threads, see ::report_on_exception=.