Replaced tabs to spaces.

This commit is contained in:
kj 2020-05-11 03:21:47 -04:00
parent 7aa5877492
commit 3d18ede54d
1 changed files with 1 additions and 1 deletions

View File

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