Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/Exceptions/CreateWindowException.cs

11 lines
210 B
C#
Raw Normal View History

2022-03-25 21:33:01 +00:00
using System;
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class CreateWindowException : ApplicationException
{
}
}