class KYAML::ParseError

Overview

Raised when parsing KYAML/YAML fails SHOW ME THE MONEY..err FAILURE

Direct Known Subclasses

Defined in:

kyaml/error.cr

Constructors

Instance Method Summary

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

Constructor Detail

def self.new(message : String, line : Int32 | Nil = nil, column : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def column : Int32 | Nil #

[View source]
def line : Int32 | Nil #

[View source]