LabWork07
This commit is contained in:
parent
88fde22201
commit
44f2614f95
@ -7,7 +7,7 @@ namespace ProjectBattleship.Exceptions;
|
||||
|
||||
internal class ObjectNotFoundException : ApplicationException
|
||||
{
|
||||
public ObjectNotFoundException(int count) : base("В коллекции превышено допустимое количество : " + count) { }
|
||||
public ObjectNotFoundException(int i) : base("Не найден объект по позиции " + i) { }
|
||||
|
||||
public ObjectNotFoundException() : base() { }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user