aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/BadUrlException.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-03-05 06:51:16 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2015-03-05 06:51:16 -0500
commit32c439a5d6ae18249ce739a0b859a1c766510d1c (patch)
tree99e952ff491fab81e0009780cd3542dc58f69880 /app/Exceptions/BadUrlException.php
parentaacd1ffd4052b04c724c2783b3ee2845ca4ada35 (diff)
Revert inheritance
As I do not have the time at the moment to verify the change of inheritance, I changed it back to the original.
Diffstat (limited to 'app/Exceptions/BadUrlException.php')
-rw-r--r--app/Exceptions/BadUrlException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Exceptions/BadUrlException.php b/app/Exceptions/BadUrlException.php
index 406efb9b3..d2509e4ba 100644
--- a/app/Exceptions/BadUrlException.php
+++ b/app/Exceptions/BadUrlException.php
@@ -1,6 +1,6 @@
<?php
-class FreshRSS_BadUrl_Exception extends \Exception {
+class FreshRSS_BadUrl_Exception extends FreshRSS_Feed_Exception {
public function __construct($url) {
parent::__construct('`' . $url . '` is not a valid URL');