mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 15:04:38 +01:00
12 lines
175 B
PHP
12 lines
175 B
PHP
<?php
|
|
|
|
/**
|
|
* @var Exception $exception
|
|
*/
|
|
|
|
?>
|
|
Code: <?= Yii::$app->response->statusCode ?>
|
|
|
|
Message: <?= $exception->getMessage() ?>
|
|
|
|
Exception: <?= get_class($exception) ?>
|