Files
rss-nostr-lambda/node_modules/@aws-sdk/client-lambda/dist-es/models/LambdaServiceException.js
T

9 lines
307 B
JavaScript

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