UNPKG

@aws-sdk/client-route-53

Version:

AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native

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