mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-02 08:59:51 +00:00
4 lines
116 B
Dart
4 lines
116 B
Dart
|
class Consts {
|
||
|
static const errorWrongSeed = 'WRONG_SEED';
|
||
|
static const errorAlreadyExists = 'ALREADY_EXISTS';
|
||
|
}
|