Files
workavia-mail-front/lib/features/home/data/exceptions/session_exceptions.dart
T
2025-02-05 03:00:08 -08:00

6 lines
169 B
Dart

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