1
0
Fork 0

Fix class name of caught exception

pull/8611/head
Jordi Boggiano 2020-02-14 17:03:22 +01:00
parent ee2252c6ac
commit 4f59162827
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class GitHubDriver extends VcsDriver
),
'retry-auth-failure' => false,
));
} catch (\TransportException $e) {
} catch (TransportException $e) {
return $this->fundingInfo = false;
}
$result = json_decode($result, true);