[Fixed] Add required import for exception handling

This commit is contained in:
Julien Fastré 2022-10-06 22:22:08 +02:00
parent 49731777b4
commit 67104d15cd

View File

@ -11,6 +11,7 @@ declare(strict_types=1);
namespace Chill\MainBundle\Service\Import; namespace Chill\MainBundle\Service\Import;
use Exception;
use League\Csv\Reader; use League\Csv\Reader;
use League\Csv\Statement; use League\Csv\Statement;
use RuntimeException; use RuntimeException;