Add everything plugin

This commit is contained in:
qianlifeng
2015-01-26 19:06:03 +08:00
parent 7821f41723
commit 6ee6cd3977
35 changed files with 3599 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using System;
namespace Wox.Plugin.Everything.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class MemoryErrorException : ApplicationException
{
}
}