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

9 lines
239 B
C#

namespace Components.Exceptions
{
public class UserControlTreeViewException : Exception
{
public UserControlTreeViewException() { }
public UserControlTreeViewException(string message) : base(message) { }
}
}