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

9 lines
260 B
Dart

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