Exception: Beefcake::Buffer::BufferOverflowError

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

Instance Method Summary collapse

Constructor Details

#initialize(s) ⇒ BufferOverflowError

Returns a new instance of BufferOverflowError.



54
55
56
# File 'lib/beefcake/buffer/base.rb', line 54

def initialize(s)
  super("Too many bytes read for %s" % [s])
end