eptm_dashboard/.venv/lib/python3.12/site-packages/pdfminer/psexceptions.py

18 lines
208 B
Python

class PSException(Exception):
pass
class PSEOF(PSException):
pass
class PSSyntaxError(PSException):
pass
class PSTypeError(PSException):
pass
class PSValueError(PSException):
pass