Добавлены исключения

This commit is contained in:
malimova 2023-12-10 21:38:25 +04:00
parent b3844b27e5
commit 8021e8ec78
3 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.VisualBasic.Logging;
using AirBomber.Exceptions;
using Serilog;
using Log = Serilog.Log;
namespace AirBomber
{

View File

@ -5,7 +5,7 @@ using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace AirBomber
namespace AirBomber.Exceptions
{
[Serializable]
internal class PlaneNotFoundException: ApplicationException

View File

@ -5,7 +5,7 @@ using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace AirBomber
namespace AirBomber.Exceptions
{
[Serializable]
internal class StorageOverflowException: ApplicationException