This commit is contained in:
Alex Pyrgiotis 2023-09-20 17:45:44 +03:00
parent 99dd5f5139
commit 20157bef58
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -70,7 +70,7 @@ class PDFtoPPMInvalidDepth(PDFtoPPMException):
class UnexpectedConversionError(PDFtoPPMException):
error_code = ERROR_SHIFT + 100
error_message = "Some unxpected error occured while converting the document"
error_message = "Some unexpected error occurred while converting the document"
def exception_from_error_code(error_code: int) -> Optional[ConversionException]: