UNPKG

infinity-forge

Version:
11 lines 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnauthorizedError = void 0; var UnauthorizedError = /** @class */ (function () { function UnauthorizedError(error) { this.error = error; } return UnauthorizedError; }()); exports.UnauthorizedError = UnauthorizedError; //# sourceMappingURL=application-unauthorized-error.js.map