Flow.Launcher/Plugins/Flow.Launcher.Plugin.Everything/Everything/Exceptions/MemoryErrorException.cs
2020-04-21 21:27:02 +10:00

11 lines
No EOL
201 B
C#

using System;
namespace Flow.Launcher.Plugin.Everything.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class MemoryErrorException : ApplicationException
{
}
}