From 9c9625b0f6520f80996e17304805d8bae421f44c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 2 May 2014 17:25:05 +0200 Subject: add parser for app.json file, parsing jobs and hooks still left --- config/dependencyexception.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config/dependencyexception.php (limited to 'config/dependencyexception.php') diff --git a/config/dependencyexception.php b/config/dependencyexception.php new file mode 100644 index 000000000..690d187c3 --- /dev/null +++ b/config/dependencyexception.php @@ -0,0 +1,28 @@ + + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 + */ + +namespace OCA\News\Config; + +class DependencyException 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