DuplicateBucketPathException constructor

DuplicateBucketPathException([
  1. String? msg
])

Implementation

DuplicateBucketPathException([String? msg])
    : super(
        'duplicate bucket path: ${msg ?? ''}',
        ErrorCodes.storageBucketPathInvalid,
      );