10
app/Exceptions/Handler.php
Executable file
10
app/Exceptions/Handler.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Common\Core\Exceptions\BaseExceptionHandler;
|
||||
|
||||
class Handler extends BaseExceptionHandler
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user