Searched refs:category_exception (Results 1 – 1 of 1) sorted by relevance
195 def __init__(self, category_exception, source_exception=None, argument207 assert issubclass(category_exception, CompoundFailure)208 self.category_exception = category_exception227 if issubclass(exc_type, self.category_exception):233 raise self.category_exception(exc_infos=exc_infos)