mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 14:54:15 +00:00
Add a string c'tor to PaymentRequestException.InvalidPaymentURL
This commit is contained in:
parent
cf34fc2815
commit
f46dc809e4
@ -45,6 +45,10 @@ public class PaymentRequestException extends Exception {
|
||||
public InvalidPaymentURL(Exception e) {
|
||||
super(e);
|
||||
}
|
||||
|
||||
public InvalidPaymentURL(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
|
||||
public static class InvalidOutputs extends PaymentRequestException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user