%w{fatal_exception handled_exception}
163 164 165 166
# File 'lib/roby/log/hooks.rb', line 163 def fatal_exception(error, tasks) super if defined? super Roby::Log.log(:fatal_exception) { [error.exception, tasks] } end
167 168 169 170
# File 'lib/roby/log/hooks.rb', line 167 def handled_exception(error, task) super if defined? super Roby::Log.log(:handled_exception) { [error.exception, task] } end