4 lines
84 B
Dart
4 lines
84 B
Dart
class NotFoundQuotasException implements Exception {
|
|
NotFoundQuotasException();
|
|
}
|