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