Skip to content

class Athena::Dotenv::Exception::Path
inherits RuntimeError #

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

Included modules

Athena::Dotenv::Exception

Constructors#

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

View source