class KYAML::AnchorError

Overview

Raises in strict-mode when a node has an &anchor

Defined in:

kyaml/error.cr

Instance methods inherited from class KYAML::ParseError

column : Int32 | Nil column, line : Int32 | Nil line

Constructor methods inherited from class KYAML::ParseError

new(message : String, line : Int32 | Nil = nil, column : Int32 | Nil = nil) new

Instance methods inherited from class Reference

==(other : KYAML::Any) ==

Instance methods inherited from class Object

to_kyaml(io : IO) : Nil
to_kyaml(builder : KYAML::Builder) : Nil
to_kyaml : String
to_kyaml