编写后台数据交互API
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text;
|
||||
|
||||
namespace Interact
|
||||
{
|
||||
class ConnectionBrokenException : Exception
|
||||
public class ConnectionBrokenException : Exception
|
||||
{
|
||||
public ConnectionBrokenException(string message) : base(message) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user