Files
workavia-mail-front/lib/features/quotas/domain/exceptions/quotas_exception.dart
T
dab246 0b3a72bcbf TF-2064 Move exceptions to outside model folder
(cherry picked from commit c568af1620e5f408642958f017ffb79c0f54260f)
2023-08-18 21:29:50 +07:00

4 lines
84 B
Dart

class NotFoundQuotasException implements Exception {
NotFoundQuotasException();
}