merchant_message = $merchant_message; parent::__construct( $message, $error_code, $http_code, $error_type, $decline_code, $code, $previous ); } /** * Returns the merchant message. * * @return string Merchant message. */ public function get_merchant_message(): string { return $this->merchant_message; } }