UNPKG

@aws-sdk/client-lambda

Version:

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

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