class Rabbit::UnknownCursorTypeError

Attributes

type[R]

Public Instance Methods

intialize(type) click to toggle source
Calls superclass method
# File lib/rabbit/error.rb, line 213
def intialize(type)
  @type = type
  super(_("unknown cursor type: %s") % @type)
end