Put back exception handler !

SVN:trunk[691]
This commit is contained in:
Denis Flaven
2010-08-23 16:19:19 +00:00
parent fa72a6f672
commit 3c8f4cca20

View File

@@ -1385,7 +1385,7 @@ EOF
////MetaModel::ShowQueryTrace();
$oP->output();
}
catch(ZZCoreException $e)
catch(CoreException $e)
{
require_once('../setup/setuppage.class.inc.php');
$oP = new SetupWebPage(Dict::S('UI:PageTitle:FatalError'));
@@ -1414,7 +1414,7 @@ catch(ZZCoreException $e)
// For debugging only
//throw $e;
}
catch(ZZException $e)
catch(Exception $e)
{
require_once('../setup/setuppage.class.inc.php');
$oP = new SetupWebPage(Dict::S('UI:PageTitle:FatalError'));