Flow.Launcher/Plugins/Wox.Plugin.Everything/Everything/Exceptions/MemoryErrorException.cs

11 lines
191 B
C#
Raw Normal View History

2015-01-26 11:06:03 +00:00
using System;
namespace Wox.Plugin.Everything.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class MemoryErrorException : ApplicationException
{
}
}