GitLabException constructor

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

Implementation

GitLabException(this.statusCode, this.message);