public static function invalidHtml(string $componentHtml, BladeXComponent $bladeXComponent)
11
{
12
return new static("Could not parse a usage of BladeX component `{$bladeXComponent->name}` that uses the `{$bladeXComponent->bladeViewName}` view because of invalid html. Html found: `{$componentHtml}`.");