errorType = $errorType; $this->additionalInfo = $additionalInfo; } public function getErrorType() { return $this->errorType; } public function getAdditionalInfo() { return $this->additionalInfo; } }