last updating on api controller dispatching

This commit is contained in:
Erik Amaru Ortiz
2013-08-30 11:31:59 -04:00
parent b5af0e0e4a
commit 324e0f6320
27 changed files with 1165 additions and 32 deletions

View File

@@ -1026,9 +1026,11 @@ try {
}
}
} catch (Exception $e) {
//g::pr($e->getTrace()); die;
Bootstrap::renderTemplate('error.tpl', array(
'title' => 'ProcessMaker Bootstrap Exception',
'message' => nl2br($e->getMessage()),
'exceptionClass' => get_class($e)
'exceptionClass' => get_class($e),
'trace' => $e->getTrace()
));
}