summaryrefslogtreecommitdiffstats
path: root/utility/novalidurlexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'utility/novalidurlexception.php')
-rw-r--r--utility/novalidurlexception.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/utility/novalidurlexception.php b/utility/novalidurlexception.php
new file mode 100644
index 000000000..04d6f2bfc
--- /dev/null
+++ b/utility/novalidurlexception.php
@@ -0,0 +1,19 @@
+<?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 { }