Files
SerpentRace/SerpentRace_Backend/node_modules/@aws-sdk/client-sesv2/dist-es/models/SESv2ServiceException.js
T

9 lines
305 B
JavaScript

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