throwError function
Implementation
void throwError(String message, {Element? element}) {
throw InvalidGenerationSourceError(
message,
element: element,
);
}
void throwError(String message, {Element? element}) {
throw InvalidGenerationSourceError(
message,
element: element,
);
}