You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewParserException("Badly formed attribute: $tagContent");
489
+
thrownew\DomainException("Badly formed attribute: $tagContent");
491
490
}
492
491
break;
493
492
default:
@@ -515,7 +514,7 @@ protected function parseOptions($tagContent)
515
514
$options = array_combine($keys, $values);
516
515
}
517
516
}
518
-
catch(ParserException$e){
517
+
catch(\DomainException$e){
519
518
// if we're in this state, then something evidently went wrong. We'll consider everything that came after the tagname to be the attribute for that keyname
0 commit comments