Добавлены исключения
This commit is contained in:
parent
b3844b27e5
commit
8021e8ec78
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user