Exception: Invar::AmbiguousSourceError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Invar::AmbiguousSourceError
- Defined in:
- lib/invar/errors.rb
Overview
Raised when there are config or secrets files found at multiple locations. You can resolve this by deciding on one correct location and removing the alternate file(s).
Constant Summary collapse
- HINT =
Message hinting at possible solution
'Choose 1 correct one and delete the others.'