many-repos/many_repos/errors.py

3 lines
101 B
Python

class ConfigNotFound(Exception):
"Raised when non-existing config was tried to be used"
pass