ext stuff shall be public
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user