StrapiResponseException constructor

StrapiResponseException(
  1. String msg,
  2. StrapiResponse response
)

Implementation

StrapiResponseException(String msg, this.response) : super(msg: msg);