BadResponseException constructor
BadResponseException([
- String message = 'An error has occurred'
Implementation
BadResponseException([String message = 'An error has occurred']) {
_message = message;
}