You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be beneficial to introduce a dedicated Command Execution Exception page under Implementing Domain Logic/Command Handling.
This would describe some approach to throwing exceptions from Command Handlers, what would follow from such an operation and suggestion to wrap your personal exception in an CommandExecutionException (as is described here too).
The text was updated successfully, but these errors were encountered:
It would be beneficial to introduce a dedicated
Command Execution Exception
page under Implementing Domain Logic/Command Handling.This would describe some approach to throwing exceptions from Command Handlers, what would follow from such an operation and suggestion to wrap your personal exception in an
CommandExecutionException
(as is described here too).The text was updated successfully, but these errors were encountered: