Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
intelli-zen
/
asr
like
0
Sleeping
App
Files
Files
Community
d8e6dc5
asr
/
exception.py
HoneyTian
update
168b5c0
6 months ago
raw
Copy download link
history
blame
Safe
239 Bytes
class
ExpectedError
(
Exception
):
def
__init__
(
self, status_code, message, traceback=
""
, detail=
""
):
self.status_code = status_code
self.message = message
self.traceback = traceback
self.detail = detail