Sets the line of the PHP file the error occurred in.
string $message Error message:
public function setRawMessage(string $message) : void { $this->rawMessage = $message; $this->updateMessage(); }