beginPage(); ?> <?php $name = $handler->getExceptionName($exception); if ($exception instanceof \yii\web\HttpException) { echo (int) $exception->statusCode . ' ' . $handler->htmlEncode($name); } else { $name = $handler->getExceptionName($exception); if ($name !== null) { echo $handler->htmlEncode($name . ' – ' . get_class($exception)); } else { echo $handler->htmlEncode(get_class($exception)); } } ?>
Error

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

Exception

' . $handler->createHttpStatusLink($exception->statusCode, $handler->htmlEncode($exception->getName())) . ''; echo ' – ' . $handler->addTypeLinks(get_class($exception)); } else { $name = $handler->getExceptionName($exception); if ($name !== null) { echo '' . $handler->htmlEncode($name) . ''; echo ' – ' . $handler->addTypeLinks(get_class($exception)); } else { echo '' . $handler->htmlEncode(get_class($exception)) . ''; } } ?>

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

errorInfo)) { echo '
Error Info: ' . print_r($exception->errorInfo, true) . '
'; } ?> renderPreviousExceptions($exception) ?>
renderCallStack($exception) ?>
renderRequest() ?>
endBody(); // to allow injecting code into body (mostly by Yii Debug Toolbar) ?> endPage(); ?>