Exception: Rabbit::InvalidMotionError

Inherits:
Error
  • Object
show all
Defined in:
lib/rabbit/rabbit.rb

Constant Summary

Constants included from GetText

GetText::DOMAIN

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from GetText

included

Constructor Details

#initialize(motion) ⇒ InvalidMotionError

Returns a new instance of InvalidMotionError.



208
209
210
211
# File 'lib/rabbit/rabbit.rb', line 208

def initialize(motion)
  @motion = motion
  super(_("invalid motion: %s") % @motion)
end

Instance Attribute Details

#motionObject (readonly)

Returns the value of attribute motion.



207
208
209
# File 'lib/rabbit/rabbit.rb', line 207

def motion
  @motion
end