@nevis-security/nevis-mobile-authentication-sdk-react
Version:
React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.
17 lines (15 loc) • 522 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RecoverableError = void 0;
var _MobileAuthenticationClientError = require("./MobileAuthenticationClientError");
/**
* Copyright © 2023 Nevis Security AG. All rights reserved.
*/
/**
* The interface implemented by all recoverable errors.
*/
class RecoverableError extends _MobileAuthenticationClientError.MobileAuthenticationClientError {}
exports.RecoverableError = RecoverableError;
//# sourceMappingURL=RecoverableError.js.map
;