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 fe2a066 commit 14ead64Copy full SHA for 14ead64
README.md
@@ -95,7 +95,7 @@ $curl->setOpt(CURLOPT_RETURNTRANSFER, true);
95
try {
96
// try 3 times, if unable throw a RuntimeException
97
$curl->exec(3, true);
98
-} catch (RuntimeException $e) {
+} catch (CurlException $e) {
99
$message = $e->getMessage();
100
$curlErrorNumber = $e->getCode();
101
}
0 commit comments