CommandHandlerNotFoundException constructor
- Type commandType
Implementation
CommandHandlerNotFoundException(Type commandType)
: super('No handler registered for command type $commandType');
CommandHandlerNotFoundException(Type commandType)
: super('No handler registered for command type $commandType');