Files
workavia-mail-front/lib/features/download/domain/exceptions/download_attachment_exceptions.dart
T

5 lines
196 B
Dart

class DownloadAttachmentInteractorIsNull implements Exception {}
class CapabilityDownloadAllNotSupportedException implements Exception {}
class DownloadUrlIsNullException implements Exception {}