exceptions.py 84 Bytes
Newer Older
1 2
class GithubSyncError(Exception):
    pass
3 4 5 6


class InvalidRepo(Exception):
    pass