Exception: JTD::MaxDepthExceededError
- Inherits:
-
StandardError
- Object
- StandardError
- JTD::MaxDepthExceededError
- 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
-
#initialize(msg = 'max depth exceeded during JTD::validate') ⇒ MaxDepthExceededError
constructor
Constructs a new MaxDepthExceededError.
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 |