Beispiel #1
0
 public PaymentSendException(FFIResult result, PaymentSendFailureType kind, string msg) : base(msg, result)
 {
     Kind = kind;
 }
Beispiel #2
0
 public FFIException(string msg, FFIResult result) : base(msg)
 {
     Result = result;
 }