Skip to content

Commit

Permalink
config(exception): use custom made HTTP exception handler
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Jun 1, 2024
1 parent 82e7b4d commit 1c8efad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Config/Exceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

namespace Config;

use Throwable;

use CodeIgniter\Config\BaseConfig;
use CodeIgniter\Debug\ExceptionHandler as BaseExceptionHandler;
use CodeIgniter\Debug\ExceptionHandlerInterface;
use CodeIgniter\Exceptions\HTTPExceptionInterface;
use Psr\Log\LogLevel;
use Throwable;

use App\Libraries\HTTPExceptionHandler;

/**
* Setup how the exception handler works.
Expand Down

0 comments on commit 1c8efad

Please sign in to comment.