Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace RobotNet10.FleetManager.Services.OpenACS;
|
||||
|
||||
public class OpenACSException : Exception
|
||||
{
|
||||
public OpenACSException() { }
|
||||
public OpenACSException(string message) : base(message) { }
|
||||
public OpenACSException(string message, Exception innerException) : base(message, innerException) { }
|
||||
}
|
||||
Reference in New Issue
Block a user