Gravando o log
This commit is contained in:
parent
2fc6bd6ece
commit
519d1127dc
1 changed files with 1 additions and 1 deletions
2
vendor/model/Log.class.php
vendored
2
vendor/model/Log.class.php
vendored
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue