Fix typing issue
This commit is contained in:
parent
17a426a0d2
commit
ccbf528bf3
|
@ -196,7 +196,6 @@ class MDErrorReporter {
|
|||
$subject = get_class($exception) . ": " . $exception->getCode();
|
||||
|
||||
$description = $addDesc;
|
||||
$description .= $this->_formulateDebugMailSection("Detailed error information", $exception);
|
||||
|
||||
$additionalContextInfo = [
|
||||
"Message" => $exception->getMessage(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user