Skip to content

class Athena::Dotenv::Exception::Format
inherits Athena::Dotenv::Exception::Logic #

Raised when there is a parsing error within a .env file.

Constructors#

.new(message : String, context : Athena::Dotenv::Exception::Format::Context, cause : ::Exception | Nil = nil)#

Methods#

#context : Athena::Dotenv::Exception::Format::Context#

Returns an object containing contextual information about this error.