/home/techb158/ileadtechnology.com/vendor/ramsey/uuid/src/Exception
Edit: /home/techb158/ileadtechnology.com/vendor/ramsey/uuid/src/Exception/DceSecurityException.php (611B)
* @license http://opensource.org/licenses/MIT MIT
*/
declare(strict_types=1);
namespace Ramsey\Uuid\Exception;
use RuntimeException as PhpRuntimeException;
/**
* Thrown to indicate an exception occurred while dealing with DCE Security
* (version 2) UUIDs
*/
class DceSecurityException extends PhpRuntimeException implements UuidExceptionInterface
{
}