Subclasses ‘BadAlias` for backwards compatibility
Source: show | on GitHub
# File ruby/ext/psych/lib/psych/exception.rb, line 18 def initialize anchor_name super "An alias referenced an unknown anchor: #{anchor_name}" end