mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-02 02:17:39 +00:00
4 lines
No EOL
132 B
Dart
4 lines
No EOL
132 B
Dart
class BitcoinCommitTransactionException implements Exception {
|
|
@override
|
|
String toString() => 'Transaction commit is failed.';
|
|
} |