class Athena::Dotenv::Exceptions::Path

Overview

Raised when a .env file is unable to be read, or non-existent.

Defined in:

exceptions/path.cr

Constructors

Constructor Detail

def self.new(path : String | Path, cause : Exception | Nil = nil) #

[View source]