RocketException constructor

RocketException({
  1. String response = "",
  2. int statusCode = 0,
  3. String exception = "",
  4. StackTrace stackTrace = StackTrace.empty,
})

Implementation

RocketException(
    {this.response = "",
    this.statusCode = 0,
    this.exception = "",
    this.stackTrace = StackTrace.empty});