django-vue3-admin-web/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js
2025-10-20 21:21:14 +08:00

9 lines
299 B
JavaScript

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