поправки
This commit is contained in:
parent
65cd145a4e
commit
bcc99e559f
@ -1,7 +1,7 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using RoadTrain.DrawningObjects;
|
||||
using RoadTrain.Generics;
|
||||
using RoadTrain;
|
||||
using RoadTrain.Exceptions;
|
||||
using RoadTrain.MovementStrategy;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -5,6 +5,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using RoadTrain.DrawningObjects;
|
||||
using RoadTrain.MovementStrategy;
|
||||
using RoadTrain.Exceptions;
|
||||
|
||||
|
||||
namespace RoadTrain.Generics
|
||||
|
@ -1,5 +1,5 @@
|
||||
using System;
|
||||
using RoadTrain;
|
||||
using RoadTrain.Exceptions;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
@ -5,7 +5,7 @@ using System.Runtime.Serialization;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RoadTrain
|
||||
namespace RoadTrain.Exceptions
|
||||
{
|
||||
[Serializable]
|
||||
internal class StorageOverflowException : ApplicationException
|
||||
|
@ -5,7 +5,7 @@ using System.Runtime.Serialization;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RoadTrain
|
||||
namespace RoadTrain.Exceptions
|
||||
{
|
||||
[Serializable]
|
||||
internal class TrainNotFoundException : ApplicationException
|
||||
|
Loading…
Reference in New Issue
Block a user