summaryrefslogtreecommitdiffstats
path: root/lib/Explore/RecommendedSiteNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Explore/RecommendedSiteNotFoundException.php')
-rw-r--r--lib/Explore/RecommendedSiteNotFoundException.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Explore/RecommendedSiteNotFoundException.php b/lib/Explore/RecommendedSiteNotFoundException.php
index ddf106079..9d3e717c7 100644
--- a/lib/Explore/RecommendedSiteNotFoundException.php
+++ b/lib/Explore/RecommendedSiteNotFoundException.php
@@ -5,16 +5,17 @@
* 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
+ * @author Alessandro Cosentino <cosenal@gmail.com>
+ * @author Bernhard Posselt <dev@bernhard-posselt.com>
+ * @copyright 2012 Alessandro Cosentino
+ * @copyright 2012-2014 Bernhard Posselt
*/
namespace OCA\News\Explore;
use Exception;
-class RecommendedSiteNotFoundException extends Exception {
+class RecommendedSiteNotFoundException extends Exception
+{
}