diff --git a/src/Modules/config.php b/src/Modules/config.php index d7f3f5c..b88119b 100644 --- a/src/Modules/config.php +++ b/src/Modules/config.php @@ -1,12 +1,16 @@ setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch (PDOException $e) { + // Handle any exceptions that might occur during the connection setup + // Print an alert message with the error details if the connection fails echo "