element = $element; parent::__construct($message, $code, $previous); } /** * Get the element that caused the exception. * * @return \DOMElement */ public function getElement() { return $this->element; } }