NrbHttpException constructor

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

Implementation

NrbHttpException(this.statusCode, this.body);