dispatcher
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using AipsCore.Application.Abstract.Command;
|
||||
using AipsCore.Application.Abstract.Query;
|
||||
|
||||
namespace AipsCore.Application.Common.Dispatcher;
|
||||
|
||||
public class DispatchException : Exception
|
||||
{
|
||||
public DispatchException(object commandQuery)
|
||||
: base($"Error while dispatching '{commandQuery.GetType().Name}'")
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user