NrbHttpException constructor
Creates an NrbHttpException with the given statusCode and body.
Implementation
NrbHttpException(this.statusCode, this.body);
Creates an NrbHttpException with the given statusCode and body.
NrbHttpException(this.statusCode, this.body);