fix stupid bug

This commit is contained in:
2025-04-21 16:59:26 +05:00
parent 016ffd7614
commit 415611451f
5 changed files with 18 additions and 6 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Exceptions;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Symfony\Component\HttpKernel\Exception\HttpException;
use Throwable;
class Handler extends ExceptionHandler