/home/techb158/ileadtechnology.com/SSM/vendor/symfony/error-handler/Resources/views
NameSizeModeActions
error.html.php6330644editdlrm
exception.html.php45440644editdlrm
exception_full.html.php19480644editdlrm
logs.html.php20310644editdlrm
trace.html.php23180644editdlrm
traces.html.php21170644editdlrm
traces_text.html.php20620644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/symfony/error-handler/Resources/views/traces.html.php (2117B)

include('assets/images/icon-minus-square-o.svg'); ?> include('assets/images/icon-plus-square-o.svg'); ?> 1 ? '\\' : ''; ?>

1) { ?>

escape($exception['message']); ?>

$trace) { $isVendorTrace = $trace['file'] && (false !== mb_strpos($trace['file'], '/vendor/') || false !== mb_strpos($trace['file'], '/var/cache/')); $displayCodeSnippet = $isFirstUserCode && !$isVendorTrace; if ($displayCodeSnippet) { $isFirstUserCode = false; } ?>
include('views/trace.html.php', [ 'prefix' => $index, 'i' => $i, 'trace' => $trace, 'style' => $isVendorTrace ? 'compact' : ($displayCodeSnippet ? 'expanded' : ''), ]); ?>