InvalidS3KeyPrefixException constructor

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

Implementation

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