ResponseNotSentException constructor

ResponseNotSentException({
  1. String message = "Response could not be sent",
})

Implementation

ResponseNotSentException({String message = "Response could not be sent"}) : super(3, message);