CommandHandlerNotFoundException constructor

CommandHandlerNotFoundException(
  1. Type commandType
)

Implementation

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