You've already forked CC-Framework.BriskGameServer
Add package sync workflow
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public sealed class BriskHttpException : BriskException
|
||||
{
|
||||
public BriskHttpException(int httpStatus, string message) : base(message)
|
||||
{
|
||||
HttpStatus = httpStatus;
|
||||
}
|
||||
|
||||
public int HttpStatus { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user