Files
flutter/lib/exceptions/no_such_entry_exception.dart
2024-06-07 14:59:00 +03:00

4 lines
84 B
Dart

class NoSuchEntryException implements Exception {
const NoSuchEntryException();
}