Files
PowerToys/Plugins/Wox.Plugin.Everything/Everything/Exceptions/RegisterClassExException.cs
2015-01-26 19:06:03 +08:00

11 lines
187 B
C#

using System;
namespace Wox.Plugin.Everything.Everything
{
/// <summary>
///
/// </summary>
public class RegisterClassExException : ApplicationException
{
}
}