class Athena::Dotenv::Exceptions::Format
- Athena::Dotenv::Exceptions::Format
- RuntimeError
- Exception
- Reference
- Object
Overview
Raised when there is a parsing error within a .env
file.
Defined in:
exceptions/format.crConstructors
Instance Method Summary
-
#context : Athena::Dotenv::Exceptions::Format::Context
Returns an object containing contextual information about this error.
Constructor Detail
def self.new(message : String, context : Athena::Dotenv::Exceptions::Format::Context, cause : Exception | Nil = nil)
#
Instance Method Detail
def context : Athena::Dotenv::Exceptions::Format::Context
#
Returns an object containing contextual information about this error.