Flow.Launcher/Plugins/Flow.Launcher.Plugin.Everything/Everything/Exceptions/CreateWindowException.cs
2020-04-21 21:27:02 +10:00

11 lines
No EOL
194 B
C#

using System;
namespace Flow.Launcher.Plugin.Everything.Everything
{
/// <summary>
///
/// </summary>
public class CreateWindowException : ApplicationException
{
}
}