add get element use case
This commit is contained in:
parent
ca4d2dad3b
commit
46f5e6138e
3 changed files with 52 additions and 0 deletions
9
backend/app/Exceptions/NotFoundException.php
Normal file
9
backend/app/Exceptions/NotFoundException.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use DomainException;
|
||||
|
||||
class NotFoundException extends DomainException
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue