Files
workavia-mail-front/lib/features/login/domain/exceptions/login_exception.dart
T
dab246 b71328a0e4 TF-2271 Add DNService for dns lookup to catch SRV Record to get jmap url
(cherry picked from commit 49110aa8db8b4e0707127ae39d5b2db2ecd6e339)
2023-11-21 16:54:33 +07:00

4 lines
118 B
Dart

class NotFoundDataResourceRecordException implements Exception {}
class NotFoundUrlException implements Exception {}