We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc5987 commit 1166919Copy full SHA for 1166919
lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php
@@ -407,7 +407,7 @@ public function save(\Magento\Framework\Model\AbstractModel $object)
407
$this->rollBack();
408
$object->setHasDataChanges(true);
409
throw new AlreadyExistsException(new Phrase('Unique constraint violation found'), $e);
410
- } catch (\Magento\Framework\Validator\Exception | \Exception $e) {
+ } catch (\Exception $e) {
411
412
413
throw $e;
0 commit comments