Add missing File

This commit is contained in:
Hongtao Zhang 2022-03-25 16:33:01 -05:00
parent 6fdff2971c
commit b671f562ef
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB
8 changed files with 78 additions and 1 deletions

View file

@ -1,5 +1,5 @@
using Flow.Launcher.Plugin.Everything.Everything;
using Flow.Launcher.Plugin.Everything.Everything.Exceptions;
using Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;

View file

@ -0,0 +1,11 @@
using System;
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class CreateThreadException : ApplicationException
{
}
}

View file

@ -0,0 +1,11 @@
using System;
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class CreateWindowException : ApplicationException
{
}
}

View file

@ -0,0 +1,11 @@
using System;
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class IPCErrorException : ApplicationException
{
}
}

View file

@ -0,0 +1,11 @@
using System;
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class InvalidCallException : ApplicationException
{
}
}

View file

@ -0,0 +1,11 @@
using System;
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class InvalidIndexException : ApplicationException
{
}
}

View file

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

View file

@ -0,0 +1,11 @@
using System;
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
{
/// <summary>
///
/// </summary>
public class RegisterClassExException : ApplicationException
{
}
}