[Fixed] Add required import for exception handling

This commit is contained in:
Julien Fastré 2022-10-06 22:22:08 +02:00
parent 9699e2304a
commit ba7adf59ff

View File

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