GiphyError constructor

GiphyError(
  1. int statusCode,
  2. String message
)

Implementation

GiphyError(this.statusCode, this.message);