diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-11-08 19:56:21 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-11-08 19:56:21 +0100 |
| commit | 8c4abd2b2705589fe668be52614979a12ff04869 (patch) | |
| tree | 384d17ea2659cf03d01b1503f485286981d9eb56 /lib/pages | |
| parent | eed27fa5568e507c255a524185356786c877b2b8 (diff) | |
work
Diffstat (limited to 'lib/pages')
| -rw-r--r-- | lib/pages/all_routes_page.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pages/all_routes_page.dart b/lib/pages/all_routes_page.dart index a1173cf..0efe524 100644 --- a/lib/pages/all_routes_page.dart +++ b/lib/pages/all_routes_page.dart @@ -40,7 +40,7 @@ class _AllRoutesPageState extends State<AllRoutesPage> { DHLRoute.Route? route = await apiService.getRoute(tripkey); if (route == null) { - throw new Exception(); + throw Exception(); } Navigator.push( |
