From 004fcbbcc7609ca83807f2e38967ef54f469bf72 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Jul 2016 21:24:54 +0200 Subject: Move to new directory structure --- lib/Service/ServiceException.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lib/Service/ServiceException.php (limited to 'lib/Service/ServiceException.php') diff --git a/lib/Service/ServiceException.php b/lib/Service/ServiceException.php new file mode 100644 index 000000000..1a789e0b0 --- /dev/null +++ b/lib/Service/ServiceException.php @@ -0,0 +1,27 @@ + + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 + */ + +namespace OCA\News\Service; + + +class ServiceException extends \Exception { + + /** + * Constructor + * @param string $msg the error message + */ + public function __construct($msg){ + parent::__construct($msg); + } + +} \ No newline at end of file -- cgit v1.2.3