class Movie::WrongTypeConfigError

Overview

WrongTypeConfigError is raised when config value has unexpected type.

Defined in:

movie/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, expected : String, actual : String) #

[View source]

Instance Method Detail

def actual : String #

[View source]
def expected : String #

[View source]
def path : String #

[View source]