first commit
This commit is contained in:
16
NitroxServer/Exceptions/DuplicateRegistrationException.cs
Normal file
16
NitroxServer/Exceptions/DuplicateRegistrationException.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace NitroxServer.Exceptions
|
||||
{
|
||||
[Serializable]
|
||||
internal class DuplicateRegistrationException : Exception
|
||||
{
|
||||
public DuplicateRegistrationException()
|
||||
{
|
||||
}
|
||||
|
||||
public DuplicateRegistrationException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user