Exception: JDDF::MaxDepthExceededError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jddf/validator.rb

Overview

MaxDepthExceededError

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'max depth exceeded while validating') ⇒ MaxDepthExceededError

Returns a new instance of MaxDepthExceededError.



11
12
13
# File 'lib/jddf/validator.rb', line 11

def initialize(msg = 'max depth exceeded while validating')
  super
end