MissingHandlerException constructor

MissingHandlerException(
  1. Type requestType
)

Implementation

MissingHandlerException(Type requestType)
    : super('Handler missing for $requestType');