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 16689a4 commit 3366f12Copy full SHA for 3366f12
src/Curl/Curl.php
@@ -39,7 +39,7 @@ class Curl {
39
public function __construct() {
40
41
if (!extension_loaded('curl')) {
42
- throw new ErrorException('cURL library is not loaded');
+ throw new \ErrorException('cURL library is not loaded');
43
}
44
45
$this->curl = curl_init();
0 commit comments