Files
Foundry-VTT-Docker/resources/app/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js
2025-01-04 00:34:03 +01:00

9 lines
301 B
JavaScript

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