Exception: Beefcake::Buffer::BufferOverflowError
- Inherits:
-
StandardError
- Object
- StandardError
- Beefcake::Buffer::BufferOverflowError
- Defined in:
- lib/beefcake/buffer/base.rb
Instance Method Summary collapse
-
#initialize(s) ⇒ BufferOverflowError
constructor
A new instance of BufferOverflowError.
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 |