/home/edulekha/crm.edulekha.com/application/vendor/paragonie/sodium_compat/src/SodiumException.php
<?php
declare(strict_types=1);

if (class_exists('SodiumException', false)) {
    return;
}
/**
 * Class SodiumException
 */
class SodiumException extends Exception
{

}