summaryrefslogtreecommitdiff
path: root/includes/helper/error_helper.php
blob: 9314a57a5837ce29d955d3a47e76e98e2cba6f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

/**
 * Displays a fatal message and stops execution.
 *
 * @param string $message
 */
function engelsystem_error($message)
{
    raw_output($message);
}