context; $title = $context->htmlEncode($exception instanceof \yii\base\Exception ? $exception->getName().' ('.get_class($exception).')' : get_class($exception)); ?>
htmlEncode($exception->getFile()) . '(' . $exception->getLine() . ')'?>
renderSourceCode($exception->getFile(), $exception->getLine(), $context->maxSourceLines)?>