File "SodiumException.php"

Full Path: /home/vantageo/public_html/wp-admin-20240915120854/wp-includes-20240915121038/sodium_compat/src/SodiumException.php
File size: 158 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (!class_exists('SodiumException', false)) {
    /**
     * Class SodiumException
     */
    class SodiumException extends Exception
    {

    }
}