Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
docs4you
/
cab
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cab
/
lib
/
common
/
exceptions.py
docs4you
Upload 487 files
27867f1
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
171 Bytes
class
CabernetException
(
Exception
):
def
__init__
(
self, value
):
self.value = value
def
__str__
(
self
):
return
'CabernetException: %s'
% self.value