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
Push the Ssurgeon exception handling into the individual operation. Check for unreadable attributes at the same time as checking for illegal attributes - this will make EditNode also support checking those attributes
thrownewSsurgeonParseException("Cannot manually change a document ID. If you need an operation to change an entire sentence's document ID, please file an issue on github.");
222
220
}
221
+
222
+
// if there's an exception, we'll barf when creating the pattern rather than at runtime
0 commit comments