class Athena::Dotenv::Exceptions::Path inherits RuntimeError # Raised when a .env file is unable to be read, or non-existent. Constructors# .new(path : String | Path, cause : Exception | Nil = nil)# View source