Files
flutter/lib/exceptions/no_such_entry_exception.dart
ton-An 23a8226e72 Worked on the MeasurementProvider
(Added)
- addCategory()
- deleteCategory()
- addEntry()
- deleteEntry()
2021-08-25 14:43:53 +02:00

2 lines
51 B
Dart

class NoSuchEntryException implements Exception {}