UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

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