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

11 lines
209 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 InvalidCallException : ApplicationException
{
}
}