Commit 028c72e8 authored by Tomas Norre Mikkelsen's avatar Tomas Norre Mikkelsen Committed by Tomas Norre Mikkelsen

@link in convertException gives 404

The links in convertException gives 404, i'm not 100% if I updated them correct, or if the e.g. should be update to 8.0 already.

https://dev.mysql.com/doc/refman/8.0/en/server-error-reference.html
https://dev.mysql.com/doc/refman/8.0/en/client-error-reference.html
parent f08343d9
......@@ -24,8 +24,8 @@ abstract class AbstractMySQLDriver implements Driver, ExceptionConverterDriver,
/**
* {@inheritdoc}
*
* @link http://dev.mysql.com/doc/refman/5.7/en/error-messages-client.html
* @link http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html
* @link https://dev.mysql.com/doc/refman/8.0/en/client-error-reference.html
* @link https://dev.mysql.com/doc/refman/8.0/en/server-error-reference.html
*/
public function convertException($message, DriverException $exception)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment