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
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|