Fix for Trac#589, do not use ExchangeException here ! Copy/paste killed us ?

SVN:trunk[2471]
This commit is contained in:
Denis Flaven
2012-11-27 17:21:23 +00:00
parent 0818a67e75
commit e1d2723283

View File

@@ -304,7 +304,7 @@ try
//
if (strlen($sCSVData) == 0)
{
throw new ExchangeException("Missing data - at least one line is expected");
throw new BulkLoadException("Missing data - at least one line is expected");
}
if (!MetaModel::IsValidClass($sClass))