Fix class name of caught exception
parent
ee2252c6ac
commit
4f59162827
|
@ -203,7 +203,7 @@ class GitHubDriver extends VcsDriver
|
||||||
),
|
),
|
||||||
'retry-auth-failure' => false,
|
'retry-auth-failure' => false,
|
||||||
));
|
));
|
||||||
} catch (\TransportException $e) {
|
} catch (TransportException $e) {
|
||||||
return $this->fundingInfo = false;
|
return $this->fundingInfo = false;
|
||||||
}
|
}
|
||||||
$result = json_decode($result, true);
|
$result = json_decode($result, true);
|
||||||
|
|
Loading…
Reference in New Issue