Skip to content

Commit 3fae587

Browse files
committed
fix: kms test namespace
1 parent 156b850 commit 3fae587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kms/test/kmsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private static function waitForReady(CryptoKey $key)
178178
while ($version->getState() != CryptoKeyVersionState::ENABLED) {
179179
if ($attempts > 10) {
180180
$msg = sprintf('key version %s was not ready after 10 attempts', $versionName);
181-
throw new Exception($msg);
181+
throw new \Exception($msg);
182182
}
183183
usleep(500);
184184
$version = $client->getCryptoKeyVersion($versionName);

0 commit comments

Comments
 (0)