Skip to content

Commit 32196a6

Browse files
committed
use correct ParseException
1 parent 3c50d78 commit 32196a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DataFixtures/Loader/YamlDataLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace Propel\Bundle\PropelBundle\DataFixtures\Loader;
1111

1212
use Symfony\Component\DependencyInjection\ContainerInterface;
13-
use Symfony\Component\Yaml\ParseException;
13+
use Symfony\Component\Yaml\Exception\ParseException;
1414
use Symfony\Component\Yaml\Yaml;
1515

1616
/**

0 commit comments

Comments
 (0)