Exception: MaximumSizeError

Inherits:
BareException show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

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