mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Fix for Trac#589, do not use ExchangeException here ! Copy/paste killed us ?
SVN:trunk[2471]
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user