using System.Collections.Generic; using System.Xml; using System.Xml.Linq; using System.Xml.XPath; using XNeedle; using XNeedle.Parser.Elements; namespace XNeedle.Transformation { public class RequireException : Exception { public SourceLocation SLoc { get; set; } public required string UserMessage { get; set; } } }