v0.1.1
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace WebmrAPI.Exceptions
|
||||
{
|
||||
public class ProcessAccessDeniedException : Exception
|
||||
{
|
||||
public ProcessAccessDeniedException(string message) : base(message) { }
|
||||
public ProcessAccessDeniedException(string message, Exception innerException) : base(message, innerException) { }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace WebmrAPI.Exceptions
|
||||
{
|
||||
public class ProcessMonitorException : Exception
|
||||
{
|
||||
public ProcessMonitorException(string message) : base(message) { }
|
||||
public ProcessMonitorException(string message, Exception innerException) : base(message, innerException) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user