StorageBucketExistsException constructor

StorageBucketExistsException(
  1. String name
)

Implementation

StorageBucketExistsException(String name)
    : super(
        'storage bucket ($name) already exists with different path',
        ErrorCodes.storageBucketPathChange,
        errorCode: HttpStatus.internalServerError,
      );