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

11 lines
184 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 CreateWindowException : ApplicationException
{
}
}