We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95f7689 + c921035 commit 03f6a25Copy full SHA for 03f6a25
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