UNPKG

@aws-amplify/core

Version:
9 lines (7 loc) 260 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 export class BackgroundManagerNotOpenError extends Error { constructor(message: string) { super(`BackgroundManagerNotOpenError: ${message}`); } }