summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utility/novalidurlexception.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/utility/novalidurlexception.php b/utility/novalidurlexception.php
deleted file mode 100644
index 04d6f2bfc..000000000
--- a/utility/novalidurlexception.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Alessandro Cosentino 2012
- * @copyright Bernhard Posselt 2012, 2014
- */
-
-namespace OCA\News\Utility;
-
-/**
- * Thrown when no valid url was found by faviconfetcher
- */
-class NoValidUrlException extends \Exception { }