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 95f7689 commit c921035Copy full SHA for c921035
src/MailgunValidator.php
@@ -43,7 +43,7 @@ private function queryMailgun($email)
43
curl_close($curl);
44
45
if ($err) {
46
- throw new Exception('Curl Error: ' . $err);
+ throw new \Exception('Curl Error: ' . $err);
47
} else {
48
return json_decode($response);
49
}
0 commit comments