Class
Subclasses ‘BadAlias` for backwards compatibility
Class Methods
ext/psych/lib/psych/exception.rb
View on GitHub
# File tmp/rubies/ruby-3.2.0/ext/psych/lib/psych/exception.rb, line 18
def initialize anchor_name
super "An alias referenced an unknown anchor: #{anchor_name}"
end
No documentation available