itemNotFound static method
Implementation
static GenericException itemNotFound({String? item}) =>
GenericException("${item ?? 'item'} not found.");
static GenericException itemNotFound({String? item}) =>
GenericException("${item ?? 'item'} not found.");