use correct ParseException

This commit is contained in:
Toni Uebernickel 2016-01-24 11:58:59 +01:00
parent 3c50d7859c
commit 32196a6c08

View file

@ -10,7 +10,7 @@
namespace Propel\Bundle\PropelBundle\DataFixtures\Loader;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\Yaml\ParseException;
use Symfony\Component\Yaml\Exception\ParseException;
use Symfony\Component\Yaml\Yaml;
/**