Localization Changes #3

This commit is contained in:
2025-08-19 11:18:25 +05:30
58 changed files with 460 additions and 363 deletions

View File

@@ -22,8 +22,8 @@ class ImpsService {
throw Exception(
'RTGS transaction failed with status code: ${response.statusCode}');
}
} on DioException {
rethrow ;
} on DioException {
rethrow;
} catch (e) {
throw Exception('An unexpected error occurred: ${e.toString()}');
}