mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 16:57:53 +01:00
11 lines
167 B
PHP
11 lines
167 B
PHP
<?php
|
|
|
|
/* @var $exception Exception */
|
|
|
|
?>
|
|
Code: <?= Yii::$app->response->statusCode ?>
|
|
|
|
Message: <?= $exception->getMessage() ?>
|
|
|
|
Exception: <?= $exception::class ?>
|