Skip to content

Commit 49e0e51

Browse files
committed
Add missing File
1 parent 22237da commit 49e0e51

File tree

8 files changed

+78
-1
lines changed

8 files changed

+78
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Flow.Launcher.Plugin.Everything.Everything;
2-
using Flow.Launcher.Plugin.Everything.Everything.Exceptions;
2+
using Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions;
33
using System;
44
using System.Collections.Generic;
55
using System.Runtime.InteropServices;
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
4+
{
5+
/// <summary>
6+
///
7+
/// </summary>
8+
public class CreateThreadException : ApplicationException
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
4+
{
5+
/// <summary>
6+
///
7+
/// </summary>
8+
public class CreateWindowException : ApplicationException
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
4+
{
5+
/// <summary>
6+
///
7+
/// </summary>
8+
public class IPCErrorException : ApplicationException
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
4+
{
5+
/// <summary>
6+
///
7+
/// </summary>
8+
public class InvalidCallException : ApplicationException
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
4+
{
5+
/// <summary>
6+
///
7+
/// </summary>
8+
public class InvalidIndexException : ApplicationException
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
4+
{
5+
/// <summary>
6+
///
7+
/// </summary>
8+
public class MemoryErrorException : ApplicationException
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace Flow.Launcher.Plugin.Explorer.Search.Everything.Exceptions
4+
{
5+
/// <summary>
6+
///
7+
/// </summary>
8+
public class RegisterClassExException : ApplicationException
9+
{
10+
}
11+
}

0 commit comments

Comments
 (0)