Explorar o código

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.
Alexis Degrugillier %!s(int64=11) %!d(string=hai) anos
pai
achega
32c439a5d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Exceptions/BadUrlException.php

+ 1 - 1
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');