Skip to content
Snippets Groups Projects
Commit 214c16ab authored by Arkadii Chyzhov's avatar Arkadii Chyzhov
Browse files

MAGETWO-35445: Create a plugin around Order load in GiftMessage

- added handling of exception
parent 215b5f59
Branches
No related merge requests found
...@@ -114,7 +114,7 @@ class OrderGet ...@@ -114,7 +114,7 @@ class OrderGet
$order->getEntityId(), $order->getEntityId(),
$orderItem->getItemId() $orderItem->getItemId()
); );
} catch (Exception $e) { } catch (NoSuchEntityException $e) {
continue; continue;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment