errorType = $errorType; $this->additionalInfo = $additionalInfo; } /** Gets error type */ public function getErrorType() { return $this->errorType; } /** Gets extra error details */ public function getAdditionalInfo() { return $this->additionalInfo; } }