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