From 8c7344e7b5a84f065a163afb3036e366b4d6a5ee Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 27 Sep 2011 08:12:15 +0000 Subject: [PATCH] [+] All : new class PrestashopException --- classes/PrestashopException.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 classes/PrestashopException.php diff --git a/classes/PrestashopException.php b/classes/PrestashopException.php new file mode 100644 index 000000000..7a3b7eca6 --- /dev/null +++ b/classes/PrestashopException.php @@ -0,0 +1,31 @@ + +* @copyright 2007-2011 PrestaShop SA +* @version Release: $Revision: 6844 $ +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +class PrestashopExceptionCore Extends Exception +{ + +} \ No newline at end of file