RocketException constructor
RocketException({
- String response = "",
- int statusCode = 0,
- String exception = "",
- StackTrace stackTrace = StackTrace.empty,
Implementation
RocketException(
{this.response = "",
this.statusCode = 0,
this.exception = "",
this.stackTrace = StackTrace.empty});