mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
Update Exceptions.cs
This commit is contained in:
parent
9ae92c7cdf
commit
0356302d90
@ -2,9 +2,8 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace DCFApixels.DragonECS
|
||||
{
|
||||
namespace Internal
|
||||
|
||||
namespace DCFApixels.DragonECS.Internal
|
||||
{
|
||||
internal static class Throw
|
||||
{
|
||||
@ -85,6 +84,8 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
}
|
||||
|
||||
namespace DCFApixels.DragonECS
|
||||
{
|
||||
[Serializable]
|
||||
public class EcsFrameworkException : Exception
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user