mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-28 22:49:49 +00:00
6 lines
No EOL
229 B
Dart
6 lines
No EOL
229 B
Dart
import 'package:cw_zano/api/consts.dart';
|
|
import 'package:cw_zano/api/exceptions/api_exception.dart';
|
|
|
|
class WrongSeedException extends ApiException {
|
|
WrongSeedException(String message): super(Consts.errorWrongSeed, message);
|
|
} |