many-repos/many_repos/errors.py

4 lines
101 B
Python
Raw Normal View History

2024-05-25 23:43:15 +02:00
class ConfigNotFound(Exception):
"Raised when non-existing config was tried to be used"
pass