update to relative import
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user