Rabbit::Error
# File lib/rabbit/rabbit.rb, line 208 def initialize(motion) @motion = motion super(_("invalid motion: %s") % @motion) end