dragonroll/backend/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js

9 lines
309 B
JavaScript
Raw Normal View History

2024-09-21 17:08:36 +00:00
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
export { __ServiceException };
export class SSOOIDCServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, SSOOIDCServiceException.prototype);
}
}