DB code hotfix
gitea/php-vn-lib/pipeline/head This commit looks good
Details
gitea/php-vn-lib/pipeline/head This commit looks good
Details
This commit is contained in:
parent
62150566b1
commit
af84846b6e
|
@ -324,7 +324,7 @@ class Connection {
|
|||
if ($this->conn->errno != 1644)
|
||||
throw new Exception($this->conn->errno, $this->conn->error);
|
||||
else
|
||||
throw new Vn\Lib\UserException($this->conn->error, $this->conn->errno);
|
||||
throw new \Vn\Lib\UserException($this->conn->error, $this->conn->errno);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
php-vn-lib (2.1.8) stable; urgency=low
|
||||
php-vn-lib (2.1.9) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
Loading…
Reference in New Issue