NotRecognizedHttpException constructor

NotRecognizedHttpException({
  1. required String message,
})

Implementation

NotRecognizedHttpException({
  required this.message,
});