add set layout api
This commit is contained in:
parent
eb7ac7d261
commit
4222d4c0a2
16 changed files with 487 additions and 6 deletions
7
backend/app/Exceptions/NotFoundException.php
Normal file
7
backend/app/Exceptions/NotFoundException.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use DomainException;
|
||||
|
||||
class NotFoundException extends DomainException {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue