From 9657f6e0136e5d080acffe04b39f4f234317a11b Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 29 Jul 2013 11:06:18 +0200 Subject: [PATCH] create CombinationNotFoundException --- .../CombinationNotFoundException.php | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 core/lib/Thelia/Action/Exception/CombinationNotFoundException.php diff --git a/core/lib/Thelia/Action/Exception/CombinationNotFoundException.php b/core/lib/Thelia/Action/Exception/CombinationNotFoundException.php new file mode 100644 index 000000000..482d40841 --- /dev/null +++ b/core/lib/Thelia/Action/Exception/CombinationNotFoundException.php @@ -0,0 +1,30 @@ +. */ +/* */ +/*************************************************************************************/ + +namespace Thelia\Action\Exception; + + +class CombinationNotFoundException extends ActionException +{ + +} \ No newline at end of file