StorageBucketFolderPathException constructor

StorageBucketFolderPathException([
  1. String? msg
])

Implementation

StorageBucketFolderPathException([String? msg])
    : super(
        'please enter a valid folder path: ${msg ?? ''}',
        ErrorCodes.storageBucketPathInvalid,
      );