api Change and catch change
This commit is contained in:
parent
1e45bd173b
commit
c4758eac73
@ -108,8 +108,6 @@ Future fetchBusinessDataOverviewJobs(
|
||||
return 'Unable to connect to server (timeout).\nPlease try again later.';
|
||||
} on SocketException {
|
||||
return 'Unable to connect to server (socket exception).\nPlease check your internet connection.\n';
|
||||
} catch (e) {
|
||||
print(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user