exception_handler(*method_names)click to toggle source
# File lib/test/unit/exceptionhandler.rb, line 29defexception_handler(*method_names)
attribute(:exception_handler, true, *method_names)
end
exception_handlers()click to toggle source
# File lib/test/unit/exceptionhandler.rb, line 25defexception_handlersExceptionHandler.exception_handlersend
unregister_exception_handler(*method_names)click to toggle source
# File lib/test/unit/exceptionhandler.rb, line 33defunregister_exception_handler(*method_names)
attribute(:exception_handler, false, *method_names)
end