Exception: Psych::AnchorNotDefined
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
|
Instance Chain:
|
|
| Inherits: |
Psych::BadAlias
|
| Defined in: | ext/psych/lib/psych/exception.rb |
Overview
Subclasses BadAlias for backwards compatibility
Class Method Summary
- .new(anchor_name) ⇒ AnchorNotDefined constructor
Constructor Details
.new(anchor_name) ⇒ AnchorNotDefined
# File 'ext/psych/lib/psych/exception.rb', line 18
def initialize anchor_name super "An alias referenced an unknown anchor: #{anchor_name}" end