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.



64
65
66
# File 'lib/beefcake/buffer/base.rb', line 64

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