DB code hotfix
gitea/php-vn-lib/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-03-31 12:56:45 +02:00
parent 62150566b1
commit af84846b6e
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
php-vn-lib (2.1.8) stable; urgency=low
php-vn-lib (2.1.9) stable; urgency=low
* Initial Release.