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