Skip to content

Commit

Permalink
Add No such entity with cartId to exclusion list
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell committed Nov 29, 2024
1 parent b6666b1 commit 6237a35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ExclusionList/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '
];
}
}

0 comments on commit 6237a35

Please sign in to comment.