More verbose exceptions
This commit is contained in:
parent
e2d69df4a6
commit
77215d175c
1 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,6 @@ try {
|
||||||
echo $e->getTraceAsString();
|
echo $e->getTraceAsString();
|
||||||
echo "</pre>";
|
echo "</pre>";
|
||||||
Logging::info($e->getMessage());
|
Logging::info($e->getMessage());
|
||||||
Logging::info($e->getTraceAsString());
|
Logging::info($e->getTrace());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue