MinioS3Error constructor
MinioS3Error(
- String? message, [
- Error? error,
- MinioResponse? response
Implementation
MinioS3Error(super.message, [this.error, this.response]);