PowerToys/Plugins/Wox.Plugin.Everything/Everything/Exceptions/IPCErrorException.cs

11 lines
180 B
C#
Raw Normal View History

2015-01-26 19:06:03 +08:00
using System;
namespace Wox.Plugin.Everything.Everything
{
/// <summary>
///
/// </summary>
public class IPCErrorException : ApplicationException
{
}
}