PDFTranslate / pdf2zh /psexceptions.py
sanbo
update sth. at 2024-11-26 16:15:47
9b0f4a0
raw
history blame contribute delete
208 Bytes
class PSException(Exception):
pass
class PSEOF(PSException):
pass
class PSSyntaxError(PSException):
pass
class PSTypeError(PSException):
pass
class PSValueError(PSException):
pass