From 6237a35e24a0695e4e89f020aacc3eed9719bf41 Mon Sep 17 00:00:00 2001 From: David Windell Date: Fri, 29 Nov 2024 17:42:26 +0000 Subject: [PATCH] Add No such entity with cartId to exclusion list --- ExclusionList/Common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ExclusionList/Common.php b/ExclusionList/Common.php index ca6e826..62b13ca 100644 --- a/ExclusionList/Common.php +++ b/ExclusionList/Common.php @@ -12,7 +12,8 @@ public static function getPatterns(): array 'No such file or directory', 'does not exists', 'Front controller reached 100 router match iterations', - 'Environment emulation nesting is not allowed' + 'Environment emulation nesting is not allowed', + 'No such entity with cartId = ' ]; } }