Flow.Launcher/Plugins/Wox.Plugin.Everything/Everything/Exceptions/CreateWindowException.cs

11 lines
184 B
C#
Raw Normal View History

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