Files
workavia-mail-front/lib/features/email/domain/exceptions/calendar_event_exceptions.dart
T

7 lines
194 B
Dart

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