UNPKG

@nocobase/plugin-file-manager

Version:

Provides files storage services with files collection template and attachment field.

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