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