mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
11 lines
184 B
C#
11 lines
184 B
C#
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace Wox.Plugin.Everything.Everything
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
///
|
|||
|
|
/// </summary>
|
|||
|
|
public class CreateThreadException : ApplicationException
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|