Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
wnm168/t
Opps
/
thunderx
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
thunderx
/
pikpakapi
/
PikpakException.py
wnm168
Upload 6 files
cdd5c14
verified
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
class
PikpakException
(
Exception
):
def
__init__
(
self, message
):
super
().__init__(message)
class
PikpakRetryException
(
PikpakException
):
pass