class Rabbit::UnknownCursorTypeError
Attributes
Public Class Methods
Source
# File lib/rabbit/error.rb, line 220 def initialize(type) @type = type super(_("unknown cursor type: %s") % @type) end
Calls superclass method
# File lib/rabbit/error.rb, line 220 def initialize(type) @type = type super(_("unknown cursor type: %s") % @type) end