r.searches function, fixes, SharedLibraries configuration inclusion
This commit is contained in:
17
ExitedException.csharp
Normal file
17
ExitedException.csharp
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace AniNIX.TheRaven {
|
||||
public class RavenExitedException : System.Exception {
|
||||
|
||||
/// <summary>
|
||||
/// Create a new RavenTimedOutException to identify this event
|
||||
/// </summary>
|
||||
public RavenExitedException(String message) : base(message) { }
|
||||
|
||||
/// <summary>
|
||||
/// Create a new RavenTimedOutException to identify this event
|
||||
/// </summary>
|
||||
public RavenExitedException() : base(null) { }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user