Exception: ESM::Exception::MessageTooLarge
- Inherits:
-
ApplicationError
- Object
- StandardError
- Error
- ApplicationError
- ESM::Exception::MessageTooLarge
- Defined in:
- lib/esm/exception.rb
Instance Attribute Summary
Attributes inherited from ApplicationError
Instance Method Summary collapse
-
#initialize(size) ⇒ MessageTooLarge
constructor
A new instance of MessageTooLarge.
Constructor Details
#initialize(size) ⇒ MessageTooLarge
Returns a new instance of MessageTooLarge.
106 107 108 |
# File 'lib/esm/exception.rb', line 106 def initialize(size) super("Attempted to read #{size} bytes") end |