class JDDF::MaxDepthExceededError

MaxDepthExceededError is raised when the maximum depth of a {Validator} is exceeded.

Public Class Methods

new(msg = 'max depth exceeded while validating') click to toggle source
Calls superclass method
# File lib/jddf/validator.rb, line 23
def initialize(msg = 'max depth exceeded while validating')
  super
end