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