view/default/error.php

Summary

Maintainability
A
0 mins
Test Coverage
<h1><?=$title?></h1>

<?php if (isset($content)) : ?>
<p><?=$content?></p>
<?php endif; ?>

<?php if (isset($details)) : ?>
<p><?=$details?></p>
<?php endif; ?>