Exception: Compote::EnvFileFormatError
- Defined in:
- lib/compote/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(error:, path:, config:) ⇒ EnvFileFormatError
constructor
A new instance of EnvFileFormatError.
Constructor Details
#initialize(error:, path:, config:) ⇒ EnvFileFormatError
Returns a new instance of EnvFileFormatError.
84 85 86 87 88 89 90 91 92 |
# File 'lib/compote/error.rb', line 84 def initialize ( error:, path:, config: ) = "Error loading env file: #{ error. } - \"#{ path }\"" += "\n" + "required from #{ config.file_name }" super end |