Rabbit::Error
# File lib/rabbit/rabbit.rb, line 244 def intialize(type) @type = type super(_("unknown cursor type: %s") % @type) end