1 2 3
class FilterMatchError(Exception): """Used to describe when a filter does not match a request.""" pass