class Roby::PermanentTaskError
Exception
raised when a permanent task has failed
Public Instance Methods
fatal?()
click to toggle source
# File lib/roby/standard_errors.rb, line 462 def fatal?; false end
pretty_print(pp)
click to toggle source
Calls superclass method
Roby::ToplevelTaskError#pretty_print
# File lib/roby/standard_errors.rb, line 463 def pretty_print(pp) pp.text "permanent task failed: " failed_task.pretty_print(pp) pp.breakable super(pp) end