PIbd-31_PotapovNS_COP_20/WinFormSolution/Components/Exceptions/NodeIsNotLeafException.cs

8 lines
204 B
C#

namespace Components.Exceptions
{
public class NodeIsNotLeafException : UserControlTreeViewException
{
public NodeIsNotLeafException() : base("Selected node is not a leaf") { }
}
}