8 lines
216 B
C#
8 lines
216 B
C#
|
namespace PutincevLibrary.Exceptions
|
|||
|
{
|
|||
|
public class TreeHierarchyNotSetException : UserControlTreeViewException
|
|||
|
{
|
|||
|
public TreeHierarchyNotSetException() : base("Tree hierarchy not set") { }
|
|||
|
}
|
|||
|
}
|