123456789_123456789_123456789_123456789_123456789_

Exception: Psych::AnchorNotDefined

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, BadAlias, Exception, RuntimeError
Instance Chain:
self, BadAlias, Exception, RuntimeError
Inherits: Psych::BadAlias
Defined in: ext/psych/lib/psych/exception.rb

Overview

Subclasses BadAlias for backwards compatibility

Class Method Summary

Constructor Details

.new(anchor_name) ⇒ AnchorNotDefined

[ GitHub ]

  
# File 'ext/psych/lib/psych/exception.rb', line 18

def initialize anchor_name
  super "An alias referenced an unknown anchor: #{anchor_name}"
end