Temp commit because the build fails otherwise and I haven't fixed that yet.

This commit is contained in:
James Cole
2025-05-11 13:56:07 +02:00
parent 070a8cf148
commit 2cf0bfe3c4

View File

@@ -45,10 +45,12 @@ use Symfony\Component\HttpKernel\Exception\HttpException;
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException; use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
// temp
/** /**
* Class Handler * Class Handler
*/ */
class Handler extends ExceptionHandler class Handler extends ExceptionHandler
{ {
/** /**
* @var array<int, class-string<\Throwable>> * @var array<int, class-string<\Throwable>>