summaryrefslogtreecommitdiffstats
path: root/GitAutoDeploy/exceptions.py
blob: a4c10c03cbc8a189a580cbafcd6ac1da780ed8eb (plain)
1
2
3
class FilterMatchError(Exception):
    """Used to describe when a filter does not match a request."""
    pass