Method: Roby::Log::NotificationsDisplay#fatal_exception

Defined in:
lib/roby/log/notifications.rb

#fatal_exception(time, error, tasks) ⇒ Object



219
220
221
222
223
# File 'lib/roby/log/notifications.rb', line 219

def fatal_exception(time, error, tasks)
		render_event("error", time, "Fatal exception") do
 render_error(error, tasks)
		end
end