summaryrefslogtreecommitdiffstats
path: root/explore/recommendedsitenotfoundexception.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-22 17:53:15 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-22 17:53:15 +0100
commit9435bfc2174ee35ea36c2ada14dc2a8275e56331 (patch)
treeb4d3058af71f5d1e10c60229f5c1fcecea6a7d02 /explore/recommendedsitenotfoundexception.php
parentdc9392d0f8881ab7736f0daf1f785e5c3d0871ef (diff)
change explore url
Diffstat (limited to 'explore/recommendedsitenotfoundexception.php')
-rw-r--r--explore/recommendedsitenotfoundexception.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/explore/recommendedsitenotfoundexception.php b/explore/recommendedsitenotfoundexception.php
new file mode 100644
index 000000000..15442273b
--- /dev/null
+++ b/explore/recommendedsitenotfoundexception.php
@@ -0,0 +1,20 @@
+<?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\Explore;
+
+use Exception;
+
+class RecommendedSiteNotFoundException extends Exception {
+
+}