Example #1
0
 internal RtmApiException(ResponseError error)
 {
     code = error.Code;
     msg = error.Message;
 }