Седьмая лабораторная работа. Добавление Exception.
This commit is contained in:
parent
94b298145b
commit
a8456abc36
12
ContainerShip/ContainerShip/ShipNotFoundException.cs
Normal file
12
ContainerShip/ContainerShip/ShipNotFoundException.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ContainerShip
|
||||
{
|
||||
internal class ShipNotFoundException
|
||||
{
|
||||
}
|
||||
}
|
12
ContainerShip/ContainerShip/StorageOverflowException.cs
Normal file
12
ContainerShip/ContainerShip/StorageOverflowException.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ContainerShip
|
||||
{
|
||||
internal class StorageOverflowException
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user