@@ -180,7 +180,7 @@ discard block |
||
| 180 | 180 | $this->disconnect(); |
| 181 | 181 | throw new SmtpCheckerException("SMTP Status unexpected: ".implode(",", $status), $this->getDebug()); |
| 182 | 182 | } |
| 183 | - }catch (\Exception $ex) { |
|
| 183 | + } catch (\Exception $ex) { |
|
| 184 | 184 | throw new SmtpCheckerException("Error Processing Request ".$ex->getMessage(), $this->getDebug()); |
| 185 | 185 | } |
| 186 | 186 | |
@@ -201,7 +201,7 @@ discard block |
||
| 201 | 201 | $this->disconnect(); |
| 202 | 202 | throw new SmtpCheckerException("SMTP Status unexpected: ".implode(",", $status), $this->getDebug()); |
| 203 | 203 | } |
| 204 | - }catch (\Exception $ex) { |
|
| 204 | + } catch (\Exception $ex) { |
|
| 205 | 205 | throw new SmtpCheckerException("Error Processing Request setFrom : ".$ex->getMessage(), $this->getDebug()); |
| 206 | 206 | } |
| 207 | 207 | |
@@ -281,7 +281,7 @@ discard block |
||
| 281 | 281 | $this->isValid = true; |
| 282 | 282 | } |
| 283 | 283 | return $this; |
| 284 | - }catch (\Exception $ex) { |
|
| 284 | + } catch (\Exception $ex) { |
|
| 285 | 285 | throw new SmtpCheckerException("Error Processing Request Validate : ".$ex->getMessage(), $this->getDebug()); |
| 286 | 286 | } |
| 287 | 287 | } |