mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-29 04:49:51 +00:00
add missing error messages (#1696)
This commit is contained in:
parent
17de9f16b8
commit
bab45a9e36
8 changed files with 39 additions and 0 deletions
|
@ -24,6 +24,11 @@ class TransactionCommitFailed implements Exception {
|
|||
final String? errorMessage;
|
||||
|
||||
TransactionCommitFailed({this.errorMessage});
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return errorMessage??"unknown error";
|
||||
}
|
||||
}
|
||||
|
||||
class TransactionCommitFailedDustChange implements Exception {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue