From 22ac58b021702c59599b4c248c997d71b267587a Mon Sep 17 00:00:00 2001
From: Sai Giridhar P <saigiridhar21@gmail.com>
Date: Tue, 10 Dec 2019 21:24:02 +0530
Subject: [PATCH] fix(r): Fixing the exports

---
 .../openapi-generator/src/main/resources/r/NAMESPACE.mustache  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/openapi-generator/src/main/resources/r/NAMESPACE.mustache b/modules/openapi-generator/src/main/resources/r/NAMESPACE.mustache
index b92da8e8b6e..fae0e548448 100644
--- a/modules/openapi-generator/src/main/resources/r/NAMESPACE.mustache
+++ b/modules/openapi-generator/src/main/resources/r/NAMESPACE.mustache
@@ -4,6 +4,9 @@
 # Core
 export(ApiClient)
 export(ApiResponse)
+{{#useRlangExceptionHandling}}
+export(ApiException) 
+{{/useRlangExceptionHandling}}
 
 # Models
 {{#models}}
-- 
GitLab