GitHubApiException constructor

GitHubApiException(
  1. String message, {
  2. int? statusCode,
})

Implementation

GitHubApiException(this.message, {this.statusCode});