Current File : /home/itiffy/www/vendor/laravel/framework/src/Illuminate/Auth/Access/AuthorizationException.php
<?php

namespace Illuminate\Auth\Access;

use Exception;

class AuthorizationException extends Exception
{
    //
}