errorCode = $errorCode; parent::__construct($message, $code, $previous); } /** * @return string */ public function getErrorCode(): string { return $this->errorCode; } }