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)
#
Methods#
#context : Athena::Dotenv::Exceptions::Format::Context
#
Returns an object containing contextual information about this error.