fork from 1.3
This commit is contained in:
10
FreeSR.Shared/Exceptions/ServerInitializationException.cs
Normal file
10
FreeSR.Shared/Exceptions/ServerInitializationException.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace FreeSR.Shared.Exceptions
|
||||
{
|
||||
public class ServerInitializationException : Exception
|
||||
{
|
||||
public ServerInitializationException(string message) : base(message)
|
||||
{
|
||||
// ServerInitializationException.
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user