struct VirtualDate::YamlError

Defined in:

virtualdate.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def column : Int32 #

[View source]
def line : Int32 #

[View source]
def message : String #

[View source]
def to_s(io : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


[View source]