infinity-forge
Version:
11 lines • 381 B
JavaScript
;
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