@@ -258,7 +258,7 @@ |
||
258 | 258 | } catch (BadResponseException $e) { |
259 | 259 | throw new Exception('webhook failed: ' . $this->uri . ' (' . $e->getResponse()->getStatusCode() . ' ' . $e->getResponse()->getReasonPhrase() . ')'); |
260 | 260 | } catch (RequestException $e) { |
261 | - throw new Exception('could not reach webhook: ' . $this->uri. ' (' . $e->getMessage() . ')'); |
|
261 | + throw new Exception('could not reach webhook: ' . $this->uri . ' (' . $e->getMessage() . ')'); |
|
262 | 262 | } |
263 | 263 | } |
264 | 264 | } |