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: ')
                . (isset($Trace['class']) ? '<br/>Class: ' . $Trace['class'] : '<br/>Class: ')
                . (isset($Trace['file']) ? '<br/>File: ' . $Trace['file'] : '<br/>File: ')