NEFT and RTGS transaction error resolved

This commit is contained in:
2025-08-26 15:58:31 +05:30
parent 4b28a113d4
commit 0bab68a2e6
11 changed files with 163 additions and 81 deletions

View File

@@ -23,6 +23,7 @@ class NeftService {
'NEFT transaction failed with status code: ${response.statusCode}');
}
} on DioException {
print('DioException Occured');
rethrow;
} catch (e) {
throw Exception('An unexpected error occurred: ${e.toString()}');