sync changes
This commit is contained in:
@@ -164,6 +164,8 @@ class ScooterRepositoryImpl extends ScooterRepository {
|
||||
}
|
||||
} on AuthException catch (e) {
|
||||
result = Failure(AuthFailure(e.attemptsLeft));
|
||||
} on WrongZoneException catch (e) {
|
||||
result = Failure(WrongZoneFailure(e.message));
|
||||
} catch (e) {
|
||||
result = Failure(UnknownFailure("Неизвестная ошибка"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user