move form exception in Form namespace

This commit is contained in:
Manuel Raynaud
2013-08-14 15:23:59 +02:00
parent ab81b58e94
commit 32e7b334dd
10 changed files with 13 additions and 43 deletions

View File

@@ -34,7 +34,6 @@ use Thelia\Model\ProductPriceQuery;
use Thelia\Model\CartItem;
use Thelia\Model\CartItemQuery;
use Thelia\Model\ConfigQuery;
use Thelia\Action\Exception\FormValidationException;
/**
*
@@ -53,7 +52,6 @@ class Cart extends BaseAction implements EventSubscriberInterface
public function addArticle(CartEvent $event)
{
$cart = $event->cart;
$newness = $event->newness;
$append = $event->append;