Initial
This commit is contained in:
8
resources/app/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js
generated
vendored
Normal file
8
resources/app/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
|
||||
export { __ServiceException };
|
||||
export class STSServiceException extends __ServiceException {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
Object.setPrototypeOf(this, STSServiceException.prototype);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user