Fakerino\DataSource\File\Exception\FileLineNotFoundException::__construct PHP Метод

__construct() публичный Метод

Constructor
public __construct ( string $lineNumber, integer $filePath )
$lineNumber string
$filePath integer
    public function __construct($lineNumber, $filePath)
    {
        parent::__construct(sprintf('The line "%d" does not exist in file "%s"', $lineNumber, $filePath));
    }
FileLineNotFoundException