Update Exceptions.cs

This commit is contained in:
Mikhail 2024-01-26 18:59:07 +08:00
parent 9ae92c7cdf
commit 0356302d90

View File

@ -2,9 +2,8 @@
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.Serialization; using System.Runtime.Serialization;
namespace DCFApixels.DragonECS
{ namespace DCFApixels.DragonECS.Internal
namespace Internal
{ {
internal static class Throw internal static class Throw
{ {
@ -85,6 +84,8 @@ namespace DCFApixels.DragonECS
} }
} }
namespace DCFApixels.DragonECS
{
[Serializable] [Serializable]
public class EcsFrameworkException : Exception public class EcsFrameworkException : Exception
{ {