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

11 lines
201 B
C#
Raw Normal View History

2015-01-26 11:06:03 +00:00
using System;
2020-04-21 09:12:17 +00:00
namespace Flow.Launcher.Plugin.Everything.Everything.Exceptions
2015-01-26 11:06:03 +00:00
{
/// <summary>
///
/// </summary>
public class MemoryErrorException : ApplicationException
{
}
}