class Roby::EmissionFailed
Raised when the emission of an event has failed. See EventGenerator#emit_failed
.
Public Class Methods
new(*args, &block)
click to toggle source
Calls superclass method
Roby::CodeError::new
# File lib/roby/standard_errors.rb, line 320 def initialize(*args, &block) super if !failed_generator raise ArgumentError, "creating an EmissionFailed error without a generator" end end