PM-2935: I solved some issue with Batch routing

This commit is contained in:
Paula V. Quispe
2015-06-18 18:32:54 -04:00
parent ff3f0c4be0
commit 7679bff3d9
3 changed files with 4 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ class Consolidated
$tableUid = $item["REP_TAB_UID"];
$tableName = $row["REP_TAB_NAME"];
} else {
throw (new Exception("Not found the report table"));
throw new \Exception("Not found the report table");
}
}