Files
yii2/tests/data/views/errorHandlerForAssetFiles.php

11 lines
286 B
PHP

<?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;