add some extra debug output on failures

This commit is contained in:
Ad Schellevis 2018-06-27 16:28:21 +02:00
parent cc3b363cd1
commit 31cbe50131
1 changed files with 1 additions and 0 deletions

View File

@ -100,4 +100,5 @@ try {
} catch (\Exception $e) {
echo $e->getMessage();
echo '<pre>' . $e->getTraceAsString() . '</pre>';
}