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