UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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