Exemplo n.º 1
0
 public PaymentSendException(FFIResult result, PaymentSendFailureType kind, string msg) : base(msg, result)
 {
     Kind = kind;
 }
Exemplo n.º 2
0
 public FFIException(string msg, FFIResult result) : base(msg)
 {
     Result = result;
 }