Exception: NestedText::Errors::DumpCyclicReferencesDetected
- Inherits:
-
DumpError
- Object
- StandardError
- NestedText::Error
- InternalError
- DumpError
- NestedText::Errors::DumpCyclicReferencesDetected
- Defined in:
- lib/nestedtext/errors.rb
Instance Attribute Summary
Attributes inherited from DumpError
Instance Method Summary collapse
-
#initialize(culprit) ⇒ DumpCyclicReferencesDetected
constructor
A new instance of DumpCyclicReferencesDetected.
Constructor Details
#initialize(culprit) ⇒ DumpCyclicReferencesDetected
220 221 222 |
# File 'lib/nestedtext/errors.rb', line 220 def initialize(culprit) super(culprit, "cyclic reference found: cannot be dumped.") end |