Skip to content

Commit 2492716

Browse files
committed
CABPI-467: Changed exception error messages
1 parent 92b9794 commit 2492716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/AdminAdobeIms/Model/Authorization/AdobeImsAdminTokenUserContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getUserId(): ?int
8686
try {
8787
$this->adminTokenUserService->processLoginRequest();
8888
} catch (\Exception $e) {
89-
throw new AuthenticationException(__('Login request error. ') . $e->getMessage(), 0, $e);
89+
throw new AuthenticationException(__('Login request error. ' . $e->getMessage()), $e);
9090
}
9191
}
9292

0 commit comments

Comments
 (0)