diff --git a/src/Readability.php b/src/Readability.php index 906b37b..f961b4f 100755 --- a/src/Readability.php +++ b/src/Readability.php @@ -23,8 +23,8 @@ public function parse(string $content): self $this->content->parse($content); } catch (ParseException $e) { $this->content = null; - error_log('Cannot parse: ' . $e->getMessage()); - throw new Exception('Cannot parse: ' . $e->getMessage()); + error_log('Cannot parse: '.$e->getMessage()); + throw new Exception('Cannot parse: '.$e->getMessage()); } return $this;