NotRecognizedHttpException constructor

const NotRecognizedHttpException({
  1. required String message,
})

Implementation

const NotRecognizedHttpException({required this.message});