summaryrefslogtreecommitdiffstats
path: root/lib/Service/ServiceException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ServiceException.php')
-rw-r--r--lib/Service/ServiceException.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Service/ServiceException.php b/lib/Service/ServiceException.php
index 4d17dd155..ef1aa1102 100644
--- a/lib/Service/ServiceException.php
+++ b/lib/Service/ServiceException.php
@@ -13,7 +13,6 @@
namespace OCA\News\Service;
-
class ServiceException extends \Exception
{
@@ -26,5 +25,4 @@ class ServiceException extends \Exception
{
parent::__construct($msg);
}
-
-} \ No newline at end of file
+}