add forbidden exception
This commit is contained in:
parent
d549cf914f
commit
2666f40c27
1 changed files with 5 additions and 0 deletions
5
app/Exceptions/ForbiddenException.php
Normal file
5
app/Exceptions/ForbiddenException.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class ForbiddenException extends \RuntimeException {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue