RoomServerException constructor

RoomServerException(
  1. String message, {
  2. int? statusCode,
  3. int? code,
  4. bool retryable = false,
})

Implementation

RoomServerException(this.message, {this.statusCode, this.code, this.retryable = false});