MatrixException constructor

MatrixException(
  1. Response response
)

Implementation

MatrixException(http.Response this.response)
    : raw = json.decode(response.body) as Map<String, Object?>;