File "SodiumException.php"
Full Path: /home/refref/public_html/src/SodiumException.php
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
// phpcs:ignoreFile -- compatibility library for PHP 5-7.1
if (!class_exists('SodiumException', false)) {
/**
* Class SodiumException
*/
class SodiumException extends Exception
{
}
}