rittenhop-dev/versions/5.94.2/node_modules/@aws-sdk/client-ses/dist-es/models/SESServiceException.js
2024-09-23 19:40:12 -04:00

8 lines
271 B
JavaScript

import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
export class SESServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, SESServiceException.prototype);
}
}