class Psych::AnchorNotDefined
Subclasses ‘BadAlias` for backwards compatibility
Public Class Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/psych-5.2.3/lib/psych/exception.rb, line 18 def initialize anchor_name super "An alias referenced an unknown anchor: #{anchor_name}" end
Calls superclass method