Files
workavia-mail-front/lib/features/labels/domain/exceptions/label_exceptions.dart
T
2026-01-19 11:34:43 +07:00

5 lines
110 B
Dart

class LabelKeywordIsNull implements Exception {
@override
String toString() => 'Label keyword is null';
}