File "ForbiddenException.php"

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

<?php

namespace FluentForm\Framework\Foundation;

use Exception;

class ForbiddenException extends Exception
{
    // ...
}