This commit is contained in:
khanh97dev 2023-11-09 16:43:36 +07:00
parent 2788131cca
commit 1a1f7af109
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ namespace App\Exceptions;
use Exception;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Response;
use Throwable;
class Handler extends ExceptionHandler