From 3d18ede54d357e99648732714012538539583acc Mon Sep 17 00:00:00 2001 From: kj Date: Mon, 11 May 2020 03:21:47 -0400 Subject: [PATCH] Replaced tabs to spaces. --- src/Libs/ModelMySQL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" .