message(); } // Construct $this->result = $result; parent::__construct($message, $code); } /** * Retrieves the ValidationResult related to this error * * @return ValidationResult */ public function getResult() { return $this->result; } }