class Athena::Dotenv::Exception::Path

Overview

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

Included Modules

Defined in:

exception/path.cr

Constructors

Constructor Detail

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

[View source]