9 lines
375 B
JavaScript
9 lines
375 B
JavaScript
"use strict";
|
|
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LocalCryptographyUnsupportedError = void 0;
|
|
class LocalCryptographyUnsupportedError extends Error {
|
|
}
|
|
exports.LocalCryptographyUnsupportedError = LocalCryptographyUnsupportedError;
|
|
//# sourceMappingURL=models.js.map
|