Exception: JTD::MaxDepthExceededError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jtd/validate.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'max depth exceeded during JTD::validate') ⇒ MaxDepthExceededError

Constructs a new MaxDepthExceededError.



112
113
114
# File 'lib/jtd/validate.rb', line 112

def initialize(msg = 'max depth exceeded during JTD::validate')
  super
end