Skip to content

class Athena::Dotenv::Exceptions::Format
inherits RuntimeError #

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

Constructors#

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

View source

Methods#

#context : Athena::Dotenv::Exceptions::Format::Context#

Returns an object containing contextual information about this error.

View source