Merge pull request #10285 from firefly-iii/release-1746964861

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-05-11 14:01:08 +02:00
committed by GitHub

View File

@@ -45,12 +45,11 @@ 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 // 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>>