tebakaja's picture
Deploy WordPress on HuggingFace
7428bdb
raw
history blame
158 Bytes
<?php
if (!class_exists('SodiumException', false)) {
/**
* Class SodiumException
*/
class SodiumException extends Exception
{
}
}