Exception: Beefcake::Buffer::UnknownType

Inherits:
StandardError
  • Object
show all
Defined in:
lib/beefcake/buffer/base.rb

Instance Method Summary collapse

Constructor Details

#initialize(s) ⇒ UnknownType

Returns a new instance of UnknownType.



70
71
72
# File 'lib/beefcake/buffer/base.rb', line 70

def initialize(s)
  super("Unknown type '%s'" % [s])
end