source
Created by: Andrew
This commit is contained in:
12
trunk/Common/Net/SendPacketException.cs
Normal file
12
trunk/Common/Net/SendPacketException.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace KartExtreme.Net
|
||||
{
|
||||
public sealed class SendPacketException : Exception
|
||||
{
|
||||
public SendPacketException()
|
||||
: base("Disconnected while sending packet")
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user