попка ошибок

This commit is contained in:
annalyovushkina@yandex.ru 2024-09-06 12:51:46 +04:00
parent 6571b928f5
commit 67b7e4e7bf

View File

@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CustomComponents.Exceptions
{
public class NoBordersExceptioncs
{
public NoBordersExceptioncs() { }
public NoBordersExceptioncs(string message) : base(message){ }
}
}