Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AZILS
/
Word
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Word
/
wp-includes
/
sodium_compat
/
src
/
SodiumException.php
AZILS
Upload 2998 files
51345ad
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
158 Bytes
<?php
if
(!
class_exists
(
'SodiumException'
,
false
)) {
/**
* Class SodiumException
*/
class
SodiumException
extends
Exception
{
}
}