UNPKG

@react-native-agconnect/clouddb

Version:
8 lines (7 loc) 211 B
/* * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. */ export default function AGCCloudDBException(error) { this.message = error.message; this.code = error.code || null; }