Method: Roby::Application#abort_on_application_exception?
- Defined in:
- lib/roby/app.rb
#abort_on_application_exception? ⇒ Object
Controls whether the Roby app should quit if an application (i.e. non-plan) exception is received
The default is true
524 |
# File 'lib/roby/app.rb', line 524 attr_predicate :abort_on_application_exception, true |