Fakerino\DataSource\File\Exception\FileNotFoundException::__construct PHP Méthode

__construct() public méthode

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