owlcub-academy/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js

9 lines
301 B
JavaScript

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