UNPKG

@hot-updater/react-native

Version:

React Native OTA solution for self-hosted

9 lines (8 loc) 179 B
"use strict"; export class HotUpdaterError extends Error { constructor(message) { super(message); this.name = "HotUpdaterError"; } } //# sourceMappingURL=error.js.map