class KYAML::TypeError

Overview

Raised when a KYAML::Any value is accessed as an incompatible type

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(expected : String, actual : String) #

[View source]

Instance Method Detail

def actual : String #

[View source]
def expected : String #

[View source]