class KYAML::BlockStyleError

Overview

Raises in strict-mode for block style nodes sequence, mapping, and scalar nodes (literal | and folded >)

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