Reservation to Venta add form
This commit is contained in:
@ -58,7 +58,7 @@ class Exception implements ProcessorInterface
|
||||
'message' => $exception->getMessage(),
|
||||
'file' => $exception->getFile(),
|
||||
'line' => $exception->getLine(),
|
||||
'trace' => $exception->getTraceAsString(),
|
||||
'trace' => $exception->getTrace(),
|
||||
];
|
||||
if ($exception->getPrevious() !== null) {
|
||||
$output['previous'] = $this->processException($exception->getPrevious());
|
||||
|
||||
Reference in New Issue
Block a user