From 115d86d82e39e095f9bf3d1d20683c60bdbc7dda Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Thu, 17 Apr 2014 20:00:46 +0200 Subject: [PATCH] Initial commit --- .../Module/Exception/DeliveryException.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 core/lib/Thelia/Module/Exception/DeliveryException.php diff --git a/core/lib/Thelia/Module/Exception/DeliveryException.php b/core/lib/Thelia/Module/Exception/DeliveryException.php new file mode 100644 index 000000000..12a758d24 --- /dev/null +++ b/core/lib/Thelia/Module/Exception/DeliveryException.php @@ -0,0 +1,28 @@ +. */ +/* */ +/*************************************************************************************/ + +namespace Thelia\Module\Exception; + +class DeliveryException extends \RuntimeException +{ +}