Files
2026-06-10 12:38:42 -03:00

9 lines
299 B
JavaScript

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