class Psych::AnchorNotDefined
Subclasses ‘BadAlias` for backwards compatibility
Public Class Methods
            new(anchor_name)
            click to toggle source
          
        
              Calls superclass method
              
          Exception::new
            # File ext/psych/lib/psych/exception.rb, line 18 def initialize anchor_name super "An alias referenced an unknown anchor: #{anchor_name}" end