add BadRequestException class
This commit is contained in:
parent
189493b045
commit
6c1ecc8b38
1 changed files with 7 additions and 0 deletions
7
app/Exceptions/BadRequestException.php
Normal file
7
app/Exceptions/BadRequestException.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class BadRequestException extends \RuntimeException
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue