summaryrefslogtreecommitdiffstats
path: root/lib/Config/DependencyException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Config/DependencyException.php')
-rw-r--r--lib/Config/DependencyException.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/Config/DependencyException.php b/lib/Config/DependencyException.php
index eb175d209..4a6a168e3 100644
--- a/lib/Config/DependencyException.php
+++ b/lib/Config/DependencyException.php
@@ -5,22 +5,25 @@
* 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\Config;
-class DependencyException extends \Exception {
+class DependencyException extends \Exception
+{
/**
* Constructor
+ *
* @param string $msg the error message
*/
- public function __construct($msg){
+ public function __construct($msg)
+ {
parent::__construct($msg);
}