Files
workavia-mail-front/lib/features/quotas/domain/model/exceptions/quotas_exception.dart
T

4 lines
84 B
Dart

class NotFoundQuotasException implements Exception {
NotFoundQuotasException();
}