TF-4233 Check label id is null

This commit is contained in:
dab246
2026-01-23 11:27:52 +07:00
committed by Dat H. Pham
parent 5a0929bff2
commit 6551750bd2
2 changed files with 16 additions and 1 deletions
@@ -2,3 +2,8 @@ class LabelKeywordIsNull implements Exception {
@override
String toString() => 'Label keyword is null';
}
class LabelIdIsNull implements Exception {
@override
String toString() => 'Label id is null';
}