编写后台数据交互API

This commit is contained in:
2018-12-20 16:52:29 +08:00
parent 6d05a3d04e
commit 1063dbfc84
7 changed files with 84 additions and 32 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ using System.Text;
namespace Interact
{
class ConnectionBrokenException : Exception
public class ConnectionBrokenException : Exception
{
public ConnectionBrokenException(string message) : base(message) { }
}