diff --git a/src/Libs/ModelMySQL.php b/src/Libs/ModelMySQL.php index eb999d6..759cf34 100644 --- a/src/Libs/ModelMySQL.php +++ b/src/Libs/ModelMySQL.php @@ -67,7 +67,7 @@ class ModelMySQL { $result = $db->query($query); if ($db->errno) { echo ''; - throw new \Exception( + throw new \Exception( "\nFallo al consultar la base de datos\n" . "Errno: $db->errno\n" . "Error: $db->error\n" .