DuplicateBucketNameException constructor
DuplicateBucketNameException([
- String? msg
Implementation
DuplicateBucketNameException([String? msg])
: super(
'duplicate bucket name: ${msg ?? ''}',
ErrorCodes.storageBucketNameInvalid,
);