Fakerino\DataSource\File\Exception\FileNotFoundException::__construct PHP Method

__construct() public method

public __construct ( string $filePath )
$filePath string
    public function __construct($filePath)
    {
        parent::__construct(sprintf('The file "%s" does not exist', $filePath));
    }
FileNotFoundException