diff --git a/webservices/import.php b/webservices/import.php index 093faa37c..60f0a6aba 100644 --- a/webservices/import.php +++ b/webservices/import.php @@ -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))