class Athena::Dotenv::Exceptions::Format

Overview

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

Defined in:

exceptions/format.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

Returns an object containing contextual information about this error.


[View source]