From 407fbebc2da14520942e0a6a9220a5a3cfc4a7ad Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 15 May 2014 03:41:49 +0200 Subject: rename businesslayer to service --- businesslayer/businesslayerexception.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 businesslayer/businesslayerexception.php (limited to 'businesslayer/businesslayerexception.php') diff --git a/businesslayer/businesslayerexception.php b/businesslayer/businesslayerexception.php deleted file mode 100644 index e9428a05e..000000000 --- a/businesslayer/businesslayerexception.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Bernhard Posselt - * @copyright Alessandro Cosentino 2012 - * @copyright Bernhard Posselt 2012, 2014 - */ - -namespace OCA\News\BusinessLayer; - - -class BusinessLayerException 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