From 2957b3dbb1630d70fb949a29ad5c00e2e90796f3 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 27 Sep 2011 08:12:15 +0000 Subject: [PATCH] [+] All : new class PrestashopException git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8787 b9a71923-0436-4b27-9f14-aed3839534dd --- 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