UNPKG

@teamsight/flight

Version:

Lambda life cycles

11 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class HttpError extends Error { constructor(statusCode, body) { super(); this.statusCode = statusCode; this.body = body; } } exports.HttpError = HttpError; //# sourceMappingURL=http-error.js.map