@@ -129,7 +129,7 @@ |
||
| 129 | 129 | |
| 130 | 130 | $html = curl_exec($curl); |
| 131 | 131 | if (curl_error($curl)) { |
| 132 | - throw new WebpageIsNotIndexableException('Webpage is not reachable - ' . $url); |
|
| 132 | + throw new WebpageIsNotIndexableException('Webpage is not reachable - '.$url); |
|
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | curl_close($curl); |