Files
flutter/lib/core/exceptions/no_result_exception.dart
Roland Geider 077dcaf742 Handle HTML errors in WgerHttpException
These need to be handled separately when the server encounters an error and
returns HTML instead of JSON.
2025-12-17 18:59:45 +01:00

4 lines
78 B
Dart

class NoResultException implements Exception {
const NoResultException();
}