passwordError = $password_error; $this->confirmError = $confirm_error; parent::__construct($message); } public function getPasswordError() { return $this->passwordError; } public function getConfirmError() { return $this->confirmError; } }