Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
devstok
/
projek3
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
projek3
/
lib
/
lowdb
/
MissingAdapterError.js
devstok
Upload folder using huggingface_hub
47ab1ce
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
178 Bytes
class
MissingAdapterError
extends
Error
{
constructor
(
) {
super
();
this
.
message
=
'Missing Adapter'
;
}
}
module
.
exports
= {
MissingAdapterError
};