SendinblueApiException constructor

SendinblueApiException(
  1. int statusCode,
  2. String body
)

Implementation

SendinblueApiException(this.statusCode, this.body);