Ddeboer\DataImport\Filter\ValidatorFilter::throwExceptions PHP Method

throwExceptions() public method

public throwExceptions ( boolean $flag = true )
$flag boolean
    public function throwExceptions($flag = true)
    {
        $this->throwExceptions = $flag;
    }