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

11 lines
206 B
C#
Raw Permalink 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 IPCErrorException : ApplicationException
{
}
}