mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
4 lines
84 B
Dart
4 lines
84 B
Dart
class NoSuchEntryException implements Exception {
|
|
const NoSuchEntryException();
|
|
}
|