HttpException constructor
Creates a new HttpException with the given statusCode and message.
Implementation
HttpException(this.statusCode, this.message, [this.details]);
Creates a new HttpException with the given statusCode and message.
HttpException(this.statusCode, this.message, [this.details]);