InvalidS3PrefixException constructor

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

Implementation

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