diff --git a/library/ErrorHandler.php b/library/ErrorHandler.php new file mode 100644 index 0000000..a7145f8 --- /dev/null +++ b/library/ErrorHandler.php @@ -0,0 +1,21 @@ + + + Error! + + + + +

Oops!

+

Something went wrong!

+ + '; + exit; + } +} +set_exception_handler('ErrorHandler::exception'); + \ No newline at end of file