Exception: MaximumSizeError
- Inherits:
-
BareException
- Object
- StandardError
- BareException
- MaximumSizeError
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Object too large to encode as given type") ⇒ MaximumSizeError
constructor
A new instance of MaximumSizeError.
Constructor Details
#initialize(msg = "Object too large to encode as given type") ⇒ MaximumSizeError
Returns a new instance of MaximumSizeError.
56 57 58 |
# File 'lib/exceptions.rb', line 56 def initialize(msg = "Object too large to encode as given type") super end |