foreach ((array)$Exception->getTrace() as $Trace) {
                    $TraceList .= nl2br('<samp class="text-info small">'
                        . (isset($Trace['type']) && isset($Trace['function'])
                            ? 'Method: ' . $Trace['type'] . $Trace['function']
                            : 'Method: '