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