Skip to content

Commit

Permalink
Ignore PropagateResponseException
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Lehmann committed Sep 15, 2023
1 parent 4ab3daf commit fa4ff0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Integration/IgnoreEventIntegration.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use TYPO3\CMS\Core\Error\Http\BadRequestException;
use TYPO3\CMS\Core\Error\Http\PageNotFoundException;
use TYPO3\CMS\Core\Http\ImmediateResponseException;
use TYPO3\CMS\Core\Http\PropagateResponseException;

final class IgnoreEventIntegration implements IntegrationInterface
{
Expand Down Expand Up @@ -42,6 +43,7 @@ protected function processEvent(Event $event): ?Event
if (in_array($exception->getType(), [
BadRequestException::class,
ImmediateResponseException::class,
PropagateResponseException::class,
PageNotFoundException::class
]) ||
$this->shouldIgnoreMessage($exception->getValue()) ||
Expand Down

0 comments on commit fa4ff0d

Please sign in to comment.