Files
workavia-mail-front/lib/features/email/domain/exceptions/calendar_event_exceptions.dart
T
dab246 4e5ef9dab0 TF-2035 Implement parse calendar event method
(cherry picked from commit c8681dcde084e82453b5ea2770db37f2222d675c)
2023-07-31 19:24:25 +07:00

4 lines
126 B
Dart

class NotFoundCalendarEventException implements Exception {}
class NotParsableCalendarEventException implements Exception {}