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