Exception: JDDF::MaxDepthExceededError
- Inherits:
-
StandardError
- Object
- StandardError
- JDDF::MaxDepthExceededError
- Defined in:
- lib/jddf/validator.rb
Overview
MaxDepthExceededError is raised when the maximum depth of a Validator is exceeded.
Instance Method Summary collapse
-
#initialize(msg = 'max depth exceeded while validating') ⇒ MaxDepthExceededError
constructor
A new instance of MaxDepthExceededError.
Constructor Details
#initialize(msg = 'max depth exceeded while validating') ⇒ MaxDepthExceededError
Returns a new instance of MaxDepthExceededError.
23 24 25 |
# File 'lib/jddf/validator.rb', line 23 def initialize(msg = 'max depth exceeded while validating') super end |