From 74dfc308caf18f9789911289a9770f7df13be1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9F=D0=BE=D0=BB?= =?UTF-8?q?=D0=B5=D0=B2=D0=BE=D0=B9?= Date: Tue, 8 Nov 2022 00:38:37 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SelfPropelledArtilleryUnit/ArtilleryNotFoundException.cs | 2 +- SelfPropelledArtilleryUnit/StorageOverflowException.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SelfPropelledArtilleryUnit/ArtilleryNotFoundException.cs b/SelfPropelledArtilleryUnit/ArtilleryNotFoundException.cs index 293d482..261668b 100644 --- a/SelfPropelledArtilleryUnit/ArtilleryNotFoundException.cs +++ b/SelfPropelledArtilleryUnit/ArtilleryNotFoundException.cs @@ -5,7 +5,7 @@ using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; -namespace SelfPropelledArtilleryUnit +namespace Artilleries { [Serializable] internal class ArtilleryNotFoundException : ApplicationException diff --git a/SelfPropelledArtilleryUnit/StorageOverflowException.cs b/SelfPropelledArtilleryUnit/StorageOverflowException.cs index bbd7afd..4b5cacd 100644 --- a/SelfPropelledArtilleryUnit/StorageOverflowException.cs +++ b/SelfPropelledArtilleryUnit/StorageOverflowException.cs @@ -5,7 +5,7 @@ using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; -namespace SelfPropelledArtilleryUnit +namespace Artilleries { [Serializable] internal class StorageOverflowException : ApplicationException