diff options
Diffstat (limited to 'app/Exceptions/BadUrlException.php')
| -rw-r--r-- | app/Exceptions/BadUrlException.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Exceptions/BadUrlException.php b/app/Exceptions/BadUrlException.php index 7d1fe110e..59574e1e5 100644 --- a/app/Exceptions/BadUrlException.php +++ b/app/Exceptions/BadUrlException.php @@ -1,6 +1,6 @@ <?php class FreshRSS_BadUrl_Exception extends FreshRSS_Feed_Exception { - public function __construct ($url) { - parent::__construct ('`' . $url . '` is not a valid URL'); + public function __construct($url) { + parent::__construct('`' . $url . '` is not a valid URL'); } } |
