Files
boc/vims-backend/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js
T

9 lines
297 B
JavaScript
Raw Normal View History

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