RoomServerException constructor

RoomServerException(
  1. String message, {
  2. int? statusCode,
  3. int? code,
})

Implementation

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