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

11 lines
327 B
Dart

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