class MinimumSizeError

Public Class Methods

new(msg = "Schema object has minimum size of 1") click to toggle source
Calls superclass method BareException::new
# File lib/exceptions.rb, line 33
def initialize(msg = "Schema object has minimum size of 1")
  super
end