Searched refs:ExtractionError (Results 1 – 3 of 3) sorted by relevance
9 from pkg_resources import ResolutionError, ExtractionError259 except (ImportError, ResolutionError, ExtractionError):
1101 class ExtractionError(RuntimeError): class1180 err = ExtractionError(tmpl.format(**locals()))
1244 Raise an ``ExtractionError`` describing the active exception as interfering1248 ``ExtractionError`` instance that may be needed by programs that want to1340 ExtractionError1359 ``ExtractionError``1722 * Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so that