Files
workavia-mail-front/lib/features/home/data/exceptions/session_exceptions.dart
T
2025-08-20 13:19:14 +07:00

8 lines
226 B
Dart

class NotFoundSessionException implements Exception {}
class NotFoundAccountIdException implements Exception {}
class NotFoundContextException implements Exception {}
class ParametersIsNullException implements Exception {}