RawgException constructor

RawgException(
  1. String cause,
  2. int statusCode
)

Constructor of Exception

Implementation

RawgException(this.cause, this.statusCode);