Exception: ESM::Exception::MessageTooLarge

Inherits:
ApplicationError show all
Defined in:
lib/esm/exception.rb

Instance Attribute Summary

Attributes inherited from ApplicationError

#data

Instance Method Summary collapse

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