Sets the line the error starts in.
int $line Error start line:
public function setStartLine(int $line) : void { $this->attributes['startLine'] = $line; $this->updateMessage(); }