class StrictYAML::Error

Defined in:

strict-yaml/parser.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_yaml(io : IO) : Nil
to_yaml : String
to_yaml

Class methods inherited from class Object

from_yaml(source : String)
from_yaml(value : StrictYAML::Any)
from_yaml

Constructor Detail

def self.new(message : String, loc : Location) #

[View source]

Instance Method Detail

def loc : Location #

[View source]
def message : String #

[View source]