InvalidCodeUnitException
public static function forFileWithAbsolutePath(string $path) : FileUnit { self::ensureFileExistsAndIsReadable($path); return new FileUnit($path, $path, range(1, count(file($path)))); }