UNPKG

@hot-updater/react-native

Version:

React Native OTA solution for self-hosted

7 lines (6 loc) 139 B
export class HotUpdaterError extends Error { constructor(message: string) { super(message); this.name = "HotUpdaterError"; } }