Files
polychat/PolyChat/Models/Exceptions/ConnectionFailedException.cs
Patrick Hellebrand 9533c9b666 Add project files.
2021-09-21 08:05:08 +02:00

14 lines
231 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PolyChat.Models.Exceptions
{
public class ConnectionFailedException : Exception
{
}
}