类 Psych::AnchorNotDefined
为了向后兼容,继承 ‘BadAlias`
公共类方法
源代码
# File ext/psych/lib/psych/exception.rb, line 18 def initialize anchor_name super "An alias referenced an unknown anchor: #{anchor_name}" end
调用超类方法
Exception::new