This commit is contained in:
2025-11-20 16:34:30 +01:00
parent 15d1a30e88
commit 4e4351e833
631 changed files with 130125 additions and 36318 deletions

View File

@@ -1,15 +1,11 @@
<?php
if (!class_exists('SodiumException', false)) {
/**
* Class SodiumException
*/
class SodiumException extends Exception
{
if (!\class_exists('SodiumException', \false)) {
/**
* Class SodiumException
*/
class SodiumException extends \Exception
{
}
/**
* Class SodiumException
*/
}
}