Исправление

This commit is contained in:
Сергей Полевой 2022-11-08 00:38:37 +04:00
parent c80cd2c88c
commit 74dfc308ca
2 changed files with 2 additions and 2 deletions

View File

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

View File

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