UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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