NrbHttpException constructor

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

Creates an NrbHttpException with the given statusCode and body.

Implementation

NrbHttpException(this.statusCode, this.body);