ext stuff shall be public

This commit is contained in:
2021-12-08 16:29:41 +01:00
parent 264513b91e
commit 0aee7aa701

View File

@ -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; }