Files

9 lines
309 B
JavaScript
Raw Permalink Normal View History

2025-01-04 00:34:03 +01: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);
}
}