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.



60
61
62
# File 'lib/beefcake/buffer/base.rb', line 60

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