class KYAML::NonStringKeyError

Overview

KYAML requires all mapping keys to resolve to strings.

Raises when a mapping key is not a scalar.

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