class JTD::MaxDepthExceededError

Error raised from JTD::validate if the number of references followed exceeds ValidationOptions#max_depth.

Public Class Methods

new(msg = 'max depth exceeded during JTD::validate') click to toggle source

Constructs a new MaxDepthExceededError.

Calls superclass method
# File lib/jtd/validate.rb, line 112
def initialize(msg = 'max depth exceeded during JTD::validate')
  super
end