Gears

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

Attention

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

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

renderPreviousExceptions($exception); ?>
renderRequest(); ?>