UNPKG

444 BJavaScriptView Raw
1"use strict";
2/**
3 * @module botbuilder
4 */
5/**
6 * Copyright (c) Microsoft Corporation. All rights reserved.
7 * Licensed under the MIT License.
8 */
9Object.defineProperty(exports, "__esModule", { value: true });
10class StatusCodeError extends Error {
11 constructor(statusCode, message) {
12 super(message);
13 this.statusCode = statusCode;
14 }
15}
16exports.StatusCodeError = StatusCodeError;
17//# sourceMappingURL=statusCodeError.js.map
\No newline at end of file