""" Common consts/data for package filter """ [docs]class FilterFails(Exception): """ Raised if a filter fails """ pass