new project stable version
This commit is contained in:
8
lib/data/exceptions/auth_block_exception.dart
Normal file
8
lib/data/exceptions/auth_block_exception.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
class AuthBlockException implements Exception {
|
||||
String description = "Неверный код. Вы временно заблокированы, попробуйте позже.";
|
||||
|
||||
AuthBlockException();
|
||||
|
||||
@override
|
||||
String toString() => description;
|
||||
}
|
||||
Reference in New Issue
Block a user