mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
- Fix error popup showing multiple times (#1987)
- Improve/generalize error handling
This commit is contained in:
parent
f90b171d9b
commit
1c07048808
4 changed files with 79 additions and 30 deletions
|
@ -56,3 +56,13 @@ class CreateAssociatedTokenAccountException implements Exception {
|
|||
class SignSPLTokenTransactionRentException implements Exception {}
|
||||
|
||||
class NoAssociatedTokenAccountException implements Exception {}
|
||||
|
||||
|
||||
/// ==============================================================================
|
||||
/// ==============================================================================
|
||||
|
||||
class RestoreFromSeedException implements Exception {
|
||||
final String message;
|
||||
|
||||
RestoreFromSeedException(this.message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue