Skip to content

Commit 32f8454

Browse files
ihor-svizievmage2pratik
authored andcommitted
#17122 Added missing exception cause for better error handling
Replace tabs with spaces
1 parent 19fa3ad commit 32f8454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Translation/Model/Js/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function getData($themePath)
114114
} catch (\Exception $e) {
115115
throw new LocalizedException(
116116
__('Error while translating phrase "%s" in file %s.', $phrase, $filePath[0]),
117-
$e
117+
$e
118118
);
119119
}
120120
}

0 commit comments

Comments
 (0)