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

@@ -33,7 +33,7 @@ use Thelia\Core\Event\ActionEvent;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Thelia\Core\Factory\ActionEventFactory;
use Thelia\Form\BaseForm;
use Thelia\Action\Exception\FormValidationException;
use Thelia\Form\Exception\FormValidationException;
/**
*