5 lines
88 B
PHP
5 lines
88 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class ForbiddenException extends \RuntimeException {}
|