also log the class for dav exceptions

This commit is contained in:
Robin Appelman 2015-07-22 19:19:03 +02:00
parent f558b3071f
commit 91fbee8988
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ class ExceptionLoggerPlugin extends \Sabre\DAV\ServerPlugin {
$exception = [
'Message' => $message,
'Exception' => $exceptionClass,
'Code' => $ex->getCode(),
'Trace' => $ex->getTraceAsString(),
'File' => $ex->getFile(),