UNPKG

@aws-sdk/client-s3

Version:

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

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