mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
These need to be handled separately when the server encounters an error and returns HTML instead of JSON.
4 lines
78 B
Dart
4 lines
78 B
Dart
class NoResultException implements Exception {
|
|
const NoResultException();
|
|
}
|