HttpStatusCodeException constructor
Creates an instance of HttpStatusCodeException with the specified message
and HTTP statusCode
.
Implementation
const HttpStatusCodeException(this.message, this.statusCode);
Creates an instance of HttpStatusCodeException with the specified message
and HTTP statusCode
.
const HttpStatusCodeException(this.message, this.statusCode);