Eventuous / eventuous

Event Sourcing library for .NET
https://eventuous.dev
Apache License 2.0
442 stars 70 forks source link

Fixed bug in CommandService of wrong exception message #274

Closed iappwebdev closed 11 months ago

iappwebdev commented 11 months ago

Regarding #264 When a command handler is not registered, the exception message contains now the correct type. So instead of 'No handler found for command Object' it is now "No handler found for command StartEngine".

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.