diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f10f382..a276847 100755
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -19,9 +19,10 @@
-
+
-
+
+
@@ -32,7 +33,7 @@
-
+
@@ -76,7 +77,7 @@
1601618466935
-
+
1601618764031
@@ -141,7 +142,14 @@
1601750144447
-
+
+ 1601750966227
+
+
+
+ 1601750966227
+
+
@@ -167,7 +175,8 @@
-
+
+
@@ -206,10 +215,10 @@
-
+
-
+
diff --git a/index.php b/index.php
index b42c4f6..6d56e92 100755
--- a/index.php
+++ b/index.php
@@ -22,6 +22,6 @@ try
catch ( Exception $e )
{
# Please replace it with error template
- echo $e->getMessage();
+
die( 'An internal error occurred in part 0 while processing your request.' );
}
diff --git a/main.inc.php b/main.inc.php
index 3271ef3..8164381 100755
--- a/main.inc.php
+++ b/main.inc.php
@@ -33,5 +33,6 @@ try
catch ( Exception $e )
{
# Error occured, please replace it with error template
+ echo $e->getMessage();
die( 'An internal error occurred in part 1 while processing your request' );
}