class Psych::AnchorNotDefined
为了向后兼容,Subclasses ‘BadAlias`
Public Class Methods
Source
# 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