Gears

htmlEncode($exception->getName()); ?>addTypeLinks(get_class($exception)); ?>

Attention

' . $handler->createHttpStatusLink($exception->statusCode, $handler->htmlEncode($exception->getName())) . ''; echo ' – ' . $handler->addTypeLinks(get_class($exception)); } elseif ($exception instanceof \yii\base\Exception) { echo '' . $handler->htmlEncode($exception->getName()) . ''; echo ' – ' . $handler->addTypeLinks(get_class($exception)); } else { echo '' . $handler->htmlEncode(get_class($exception)) . ''; } ?>

htmlEncode($exception->getMessage()); ?>

renderPreviousExceptions($exception); ?>
renderRequest(); ?>
endBody(); // to allow injecting code into body (mostly by Yii Debug Toolbar) ?>