CommandTypeMismatchException constructor

CommandTypeMismatchException(
  1. Type expected,
  2. Type actual
)

Implementation

CommandTypeMismatchException(Type expected, Type actual)
  : super('Handler expects command of type $expected, but got $actual');