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