Refactor SelectorNotAvailableException.

This commit is contained in:
2023-01-20 22:50:31 +08:00
parent a7608bcd7e
commit c5dab3a232
2 changed files with 12 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ namespace Cryville.Crtr {
MatchStatic(r.Value, state, nrctx);
}
}
catch (SelectorNotStaticException) {
catch (SelectorNotAvailableException) {
dynelems.Add(
new DynamicElement { Context = ctx, Selectors = r.Key, Element = r.Value }
);