summaryrefslogtreecommitdiff
path: root/includes/helper/error_helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/helper/error_helper.php')
-rw-r--r--includes/helper/error_helper.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/includes/helper/error_helper.php b/includes/helper/error_helper.php
new file mode 100644
index 00000000..d26485d6
--- /dev/null
+++ b/includes/helper/error_helper.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * Displays a fatal message and stops execution.
+ * @param string $message
+ */
+function engelsystem_error($message) {
+ die($message);
+}
+
+?> \ No newline at end of file