MinioS3Error constructor

MinioS3Error(
  1. String? message, [
  2. Error? error,
  3. MinioResponse? response
])

Implementation

MinioS3Error(String? message, [this.error, this.response]) : super(message);