refactor: migrate project structure by reorganizing realization code snippets into documentation and analysis categories.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Gebhardt.StoreWare.Wcs.HostBooking.InterfaceWcsWms
|
||||
{
|
||||
|
||||
public class FromWmsException : Exception
|
||||
{
|
||||
public FromWmsException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
|
||||
public FromWmsException(string message, Exception innerException) : base(message, innerException)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user