BadResponseException constructor

BadResponseException([
  1. String message = 'An error has occurred'
])

Implementation

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