rebuild project & update internal names
This commit is contained in:
11
LightlessSync/WebAPI/SignalR/MareAuthFailureException.cs
Normal file
11
LightlessSync/WebAPI/SignalR/MareAuthFailureException.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace LightlessSync.WebAPI.SignalR;
|
||||
|
||||
public class LightlessAuthFailureException : Exception
|
||||
{
|
||||
public LightlessAuthFailureException(string reason)
|
||||
{
|
||||
Reason = reason;
|
||||
}
|
||||
|
||||
public string Reason { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user