39f5ef5
1
2
3
4
5
# Exceptions raised by the Extractor class class ExtractionFailed(Exception): def __init__(self) -> None: super().__init__("Extraction failed due to an unknown error! Please make sure that your archive isn't corrupted")