We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5fc17 commit d52764bCopy full SHA for d52764b
src/Iam.php
@@ -135,7 +135,7 @@ public function newToken()
135
'status' => $status,
136
'result' => $token,
137
]);
138
- throw new Exception('Failed to obtain new iamToken');
+ throw new Exception('Failed to obtain new iamToken: no token was received.');
139
}
140
141
else
@@ -144,7 +144,7 @@ public function newToken()
144
145
'result' => $result,
146
147
+ throw new Exception('Failed to obtain new iamToken: response status is ' . $status);
148
149
150
0 commit comments