first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace NitroxClient.Communication.Exceptions
|
||||
{
|
||||
public class ClientConnectionFailedException : Exception
|
||||
{
|
||||
public ClientConnectionFailedException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
|
||||
public ClientConnectionFailedException(string message, Exception innerException) : base(message, innerException)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user