UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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); } }