Refactor SelectorNotAvailableException.
This commit is contained in:
@@ -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 }
|
||||
);
|
||||
|
Reference in New Issue
Block a user