UNPKG

@aws-sdk/client-dynamodb

Version:

AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native

9 lines (8 loc) 311 B
import { ServiceException as __ServiceException, } from "@smithy/smithy-client"; export { __ServiceException }; export class DynamoDBServiceException extends __ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, DynamoDBServiceException.prototype); } }