Flow.Launcher/Plugins/Wox.Plugin.Everything/Everything/Exceptions/CreateThreadException.cs
2020-04-21 19:12:17 +10:00

11 lines
No EOL
194 B
C#

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