TF-2311 Remove session page view

(cherry picked from commit 557d67b816c91076d8cafc9aa680e62d5b012f5b)
This commit is contained in:
dab246
2023-11-14 17:29:22 +07:00
committed by Dat Vu
parent 00bfadbfe7
commit 4ff601b4fc
42 changed files with 220 additions and 470 deletions
@@ -42,6 +42,8 @@ class RemoteExceptionThrower extends ExceptionThrower {
throw ConnectionTimeout(message: error.message);
case DioErrorType.connectionError:
throw ConnectionError(message: error.message);
case DioErrorType.badResponse:
throw const BadCredentialsException();
default:
if (error.error is SocketException) {
throw const SocketError();