Method: Roby::Application#abort_on_exception=
- Defined in:
- lib/roby/app.rb
#abort_on_exception=(flag) ⇒ Object
Controls whether the application should quit if an unhandled plan exception is received
The default is false
515 |
# File 'lib/roby/app.rb', line 515 attr_predicate :abort_on_exception, true |