mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 15:22:16 +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…
Reference in New Issue
Block a user