summaryrefslogtreecommitdiffstats
path: root/service/serviceconflictexception.php
diff options
context:
space:
mode:
Diffstat (limited to 'service/serviceconflictexception.php')
-rw-r--r--service/serviceconflictexception.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/service/serviceconflictexception.php b/service/serviceconflictexception.php
index edcd0fd89..d27fb98c1 100644
--- a/service/serviceconflictexception.php
+++ b/service/serviceconflictexception.php
@@ -16,12 +16,12 @@ namespace OCA\News\Service;
class ServiceConflictException extends ServiceException {
- /**
- * Constructor
- * @param string $msg the error message
- */
- public function __construct($msg){
- parent::__construct($msg);
- }
+ /**
+ * Constructor
+ * @param string $msg the error message
+ */
+ public function __construct($msg){
+ parent::__construct($msg);
+ }
} \ No newline at end of file