add custom exception for item not found
This commit is contained in:
parent
4491fe2c99
commit
a2be16fe79
10
app/Exceptions/ItemNotFoundException.php
Normal file
10
app/Exceptions/ItemNotFoundException.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Exceptions;
|
||||||
|
|
||||||
|
use Exception;
|
||||||
|
|
||||||
|
class ItemNotFoundException extends Exception
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user