Source code for gitalong.exceptions

[docs]class RepositoryNotSetup(Exception): """Error for when gitalong is not setup in the managed repository."""
[docs]class RepositoryInvalidConfig(Exception): """Error for when gitalong config is not as expected."""