diff --git a/application/Espo/Core/Exceptions/ConflictSilent.php b/application/Espo/Core/Exceptions/ConflictSilent.php new file mode 100644 index 0000000000..45b21195df --- /dev/null +++ b/application/Espo/Core/Exceptions/ConflictSilent.php @@ -0,0 +1,35 @@ + 'Duplicate', 'data' => $data ]; - throw new Conflict(json_encode($reason)); + throw new ConflictSilent(json_encode($reason)); } } }