Exception: Invar::EnvConfigCollisionError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Invar::EnvConfigCollisionError
- Defined in:
- lib/invar/errors.rb
Overview
Raised when a key is defined in both the environment and the configuration file.
Constant Summary collapse
- HINT =
Message hinting at possible solution
'Either rename your config entry or remove the environment variable.'