Skip to content
Snippets Groups Projects
Commit 9ac81f9c authored by Yuxing Zheng's avatar Yuxing Zheng
Browse files

MAGETWO-35610: Merge and Fix Tests

 - Additional code style changes to fix L3
parent 0c1e697d
Branches
No related merge requests found
......@@ -95,7 +95,8 @@ class OrderSave
);
} catch (\Exception $e) {
throw new CouldNotSaveException(
__('Could not add gift message to order\'s item: "%1"', $e->getMessage()), $e
__('Could not add gift message to order\'s item: "%1"', $e->getMessage()),
$e
);
}
}
......
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