mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-20 22:27:57 +01:00
merge from yiisoft/yii2
This commit is contained in:
10
tests/data/views/errorHandlerForAssetFiles.php
Normal file
10
tests/data/views/errorHandlerForAssetFiles.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php if (method_exists($this, 'beginPage')): ?>
|
||||
<?php $this->beginPage(); ?>
|
||||
<?php endif; ?>
|
||||
Exception View
|
||||
<?php if (method_exists($this, 'endBody')): ?>
|
||||
<?php $this->endBody(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (method_exists($this, 'endPage')): ?>
|
||||
<?php $this->endPage(); ?>
|
||||
<?php endif;
|
||||
Reference in New Issue
Block a user