Gravando o log

This commit is contained in:
Kenio 2025-09-08 16:53:04 -03:00
parent 9796e175fb
commit 2fc6bd6ece

View file

@ -203,7 +203,7 @@ class Log
$this->connection->connect()->rollback();
/** Captura o erro */
array_push($this->errors, $exception->getMessage());
throw new InvalidArgumentException($exception->getMessage());
return false;
}
}