InvalidS3BucketException constructor

InvalidS3BucketException({
  1. String? type,
  2. String? message,
})

Implementation

InvalidS3BucketException({String? type, String? message})
    : super(type: type, code: 'InvalidS3BucketException', message: message);