Skip to content

Commit

Permalink
Add some more common phrases to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell authored Dec 4, 2024
1 parent 6237a35 commit f98e319
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ExclusionList/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
];
}
}

0 comments on commit f98e319

Please sign in to comment.