<?php namespace FluentForm\Framework\Foundation; use Exception; class ForbiddenException extends Exception { // ... }