error = $error; } /** * Get the associated error * * @return \LibXMLError|null */ public function getError() { return $this->error; } }