попка ошибок
This commit is contained in:
parent
6571b928f5
commit
67b7e4e7bf
14
KOP_Labs/KOP_Labs/Exceptions/NoBordersExceptioncs.cs
Normal file
14
KOP_Labs/KOP_Labs/Exceptions/NoBordersExceptioncs.cs
Normal 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){ }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user