Added NightAlert project for travel kit
This commit is contained in:
10
ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.mono/Modules/UTF8Exception.cs
vendored
Normal file
10
ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.mono/Modules/UTF8Exception.cs
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Quobject.EngineIoClientDotNet.Modules
|
||||
{
|
||||
public class UTF8Exception : Exception
|
||||
{
|
||||
public UTF8Exception(string message) : base(message)
|
||||
{}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user