From 0aee7aa701201036db171806fe77917949a6a335 Mon Sep 17 00:00:00 2001 From: Wolfgang Ludger Hottgenroth Date: Wed, 8 Dec 2021 16:29:41 +0100 Subject: [PATCH] ext stuff shall be public --- ClientExtApiException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClientExtApiException.cs b/ClientExtApiException.cs index 095934f..cccb62d 100644 --- a/ClientExtApiException.cs +++ b/ClientExtApiException.cs @@ -7,7 +7,7 @@ using Newtonsoft.Json; namespace NAMESPACEPLACEHOLDER.Client { - class ExtApiException: ApiException { + public class ExtApiException: ApiException { public int ErrorCode { get; } public int ServiceErrorCode { get; } public String OffensiveData { get; }