Skip to content

Commit 1f8137d

Browse files
authored
Update AllureHelper.php
1 parent 33f58bd commit 1f8137d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Allure/AllureHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static function addAttachmentToCurrentStep($data, $caption): void
2525
if (!is_string($data)) {
2626
try {
2727
$data = serialize($data);
28-
} catch (Exception $exception) {
28+
} catch (\Exception $exception) {
2929
throw new \Exception($data->getMessage());
3030
}
3131
}

0 commit comments

Comments
 (0)