More verbose exceptions

This commit is contained in:
Rudi Grinberg 2012-09-11 18:22:12 -04:00
parent e2d69df4a6
commit 77215d175c
1 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,6 @@ try {
echo $e->getTraceAsString();
echo "</pre>";
Logging::info($e->getMessage());
Logging::info($e->getTraceAsString());
Logging::info($e->getTrace());
}