commitall
This commit is contained in:
11
vendor/paragonie/sodium_compat/src/SodiumException.php
vendored
Normal file
11
vendor/paragonie/sodium_compat/src/SodiumException.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
if (!class_exists('SodiumException', false)) {
|
||||
/**
|
||||
* Class SodiumException
|
||||
*/
|
||||
class SodiumException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user