Skip to content

Commit

Permalink
Replace deprecated Symfony error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceKLWilliams committed Mar 20, 2024
1 parent f34fbe7 commit 948675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Psr\Http\Message\ServerRequestInterface;
use Rareloop\Lumberjack\Application;
use Rareloop\Lumberjack\Facades\Config;
use Symfony\Component\Debug\ExceptionHandler as SymfonyExceptionHandler;
use Symfony\Component\ErrorHandler\ErrorHandler as SymfonyExceptionHandler;
use Symfony\Component\Debug\Exception\FlattenException;
use Zend\Diactoros\Response\HtmlResponse;

Expand Down

0 comments on commit 948675b

Please sign in to comment.