Replaced tabs to spaces.

This commit is contained in:
kj 2020-05-11 03:13:32 -04:00
parent c9f6887d5b
commit 7aa5877492
1 changed files with 5 additions and 5 deletions

View File

@ -68,11 +68,11 @@ class ModelMySQL {
if ($db->errno) {
echo '<style>body{white-space: pre-line;}</style>';
throw new \Exception(
"\nFallo al consultar la base de datos\n" .
"Errno: $db->errno\n" .
"Error: $db->error\n" .
"Query: $query\n"
);
"\nFallo al consultar la base de datos\n" .
"Errno: $db->errno\n" .
"Error: $db->error\n" .
"Query: $query\n"
);
}
return $result;