update to relative import

This commit is contained in:
Tran Anh Tuan
2025-10-22 17:52:28 +07:00
parent fe622d8af9
commit cfebf74515
18 changed files with 168 additions and 303 deletions

View File

@@ -55,7 +55,7 @@ class NetworkManager {
} else {
throw Exception('Lỗi server: ${response.statusCode}');
}
} catch (e, stackTrace) {
} catch (e) {
// AppLoggerUtils.error(message)
// log('Lỗi khi lấy dữ liệu: $e, StackTrace: $stackTrace');
throw Exception('Lỗi khi lấy dữ liệu: $e');