diff --git a/ExclusionList/Common.php b/ExclusionList/Common.php index 62b13ca..043ac2a 100644 --- a/ExclusionList/Common.php +++ b/ExclusionList/Common.php @@ -13,7 +13,11 @@ public static function getPatterns(): array 'does not exists', 'Front controller reached 100 router match iterations', 'Environment emulation nesting is not allowed', - 'No such entity with cartId = ' + 'No such entity with cartId = ', + 'Unable to resolve the source file', + 'Your card has insufficient funds', + 'Unsupported image format', + 'Order doesn\'t have a paypal_order_id' ]; } }