new project stable version
This commit is contained in:
5
lib/data/exceptions/unauthorized_exception.dart
Normal file
5
lib/data/exceptions/unauthorized_exception.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
class UnauthorizedException implements Exception {
|
||||
|
||||
@override
|
||||
String toString() => "Ошибка авторизации. Пользователь не авторизован";
|
||||
}
|
||||
Reference in New Issue
Block a user