This commit is contained in:
Mohammed Al-Samarraie
2026-01-16 14:58:12 +03:00
parent 2fd5aff0c2
commit 8adab4c4af
2 changed files with 19 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ class AttendanceRemoteDataSourceImpl implements AttendanceRemoteDataSource {
if (e is ServerException || e is NetworkException) {
rethrow;
}
print('خطأ غير متوقع: $e');
throw ServerException(message: 'خطأ غير متوقع');
}
}