File "UnAuthorizedException.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Foundation/UnAuthorizedException.php
File size: 128 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace FluentForm\Framework\Foundation;

use Exception;

class UnAuthorizedException extends Exception
{
    // ...
}