File "AuthentificationException.php"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Exception/AuthentificationException.php
File size: 142 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Intervention\HttpAuth\Exception;
use RuntimeException;
class AuthentificationException extends RuntimeException
{
//
}