InvalidResponseException constructor

const InvalidResponseException([
  1. String message = 'Failed to parse response from CupThread API',
  2. Object? cause
])

Implementation

const InvalidResponseException([
  super.message = 'Failed to parse response from CupThread API',
  this.cause,
]);