Method: Roby::Application#register_exception

Defined in:
lib/roby/app.rb

#register_exception(e, reason = nil) ⇒ Object



1862
1863
1864
# File 'lib/roby/app.rb', line 1862

def register_exception(e, reason = nil)
    registered_exceptions << [e, reason]
end