class TandaCLI::Error::PhotoCantBeFound

Defined in:

tanda_cli/error/photo_cant_be_found.cr

Constructors

Constructor methods inherited from class TandaCLI::Error::Base

new(error : String, error_description : String | Nil = nil) new

Instance methods inherited from module TandaCLI::Error::Interface

display! : NoReturn display!, error : String error, error_description : String | Nil error_description

Constructor Detail

def self.new(path : String) #

[View source]