merge到master

This commit is contained in:
Mattuy
2018-12-23 15:09:24 +08:00
parent 0810ee4407
commit f28ad69067
35 changed files with 322 additions and 322 deletions
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Interact
{
public class ConnectionBrokenException : Exception
{
public ConnectionBrokenException(string message) : base(message) { }
}
}