namespace PutincevLibrary.Exceptions { public class PropertyNotDeclaratedException : UserControlTreeViewException { public PropertyNotDeclaratedException(string propName) : base($"Property \"{propName}\" not declared") { } } }