Gravando o log

This commit is contained in:
Kenio 2025-09-08 16:53:59 -03:00
parent 2fc6bd6ece
commit 519d1127dc

View file

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