Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanbo1200
/
PDFTranslate
like
0
Running
App
Files
Files
Community
9b0f4a0
PDFTranslate
/
pdf2zh
/
psexceptions.py
sanbo
update sth. at 2024-11-26 16:15:47
9b0f4a0
about 1 month ago
raw
Copy download link
history
blame
Safe
208 Bytes
class
PSException
(
Exception
):
pass
class
PSEOF
(
PSException
):
pass
class
PSSyntaxError
(
PSException
):
pass
class
PSTypeError
(
PSException
):
pass
class
PSValueError
(
PSException
):
pass