Files
avz-site/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js
T
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 SSOServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, SSOServiceException.prototype);
}
}