0b3a72bcbf
(cherry picked from commit c568af1620e5f408642958f017ffb79c0f54260f)
4 lines
84 B
Dart
4 lines
84 B
Dart
class NotFoundQuotasException implements Exception {
|
|
NotFoundQuotasException();
|
|
}
|