TF-4233 Check label id is null
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user