Viewing File: /home/xaimptsg/public_html/src/vendor/akaunting/laravel-firewall/src/Exceptions/AccessDenied.php

<?php

namespace Akaunting\Firewall\Exceptions;

use Exception;

class AccessDenied extends Exception
{
    // Empty implementation as a stub for your own exception
}
Back to Directory