views/error.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Show an Error
 */
?>

<div class="alert-danger" id="error_page">
<h3>Something Went Wrong</h3>

<?php echo $message; ?>
</div>