class MaximumSizeError

Public Class Methods

new(msg = "Object too large to encode as given type") click to toggle source
Calls superclass method BareException::new
# File lib/exceptions.rb, line 38
def initialize(msg = "Object too large to encode as given type")
  super
end