mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
git-subtree-dir: src/modules/launcher git-subtree-mainline:852689b3dfgit-subtree-split:28acd466b3
11 lines
184 B
C#
11 lines
184 B
C#
using System;
|
|
|
|
namespace Wox.Plugin.Everything.Everything
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class CreateThreadException : ApplicationException
|
|
{
|
|
}
|
|
} |