What does "Bins must be in increasing order" mean

It can mean, that:

double bins[5] = { 1,2,3,4,5 };
double nBins = 4;
TH1D* histo = new TH1D("histo","a histogram",4,bins);