Flow.Launcher/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/Exceptions/InvalidCallException.cs
2022-06-25 12:39:01 -05:00

11 lines
No EOL
209 B
C#

using System;
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class InvalidCallException : ApplicationException
{
}
}