소스 검색

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 11 년 전
부모
커밋
32c439a5d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');