Commit 12b51940 by 丁松杰

完善 报错信息

parent 610f963f
......@@ -55,7 +55,7 @@ namespace Pole.Pole.ReliableMessage.EventBus
var currentMessageCallbackInfo = _messageCallBackInfoStore.Get(messageTypeId);
if (currentMessageCallbackInfo == null)
{
throw new Exception($"Current message type not registered ,messageTypeId:{messageTypeId}");
throw new Exception($"Current message type Callback not registered ,messageTypeId:{messageTypeId}");
}
try
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment