Remove useless override

That method is already defined in the parent interface.

This was shown as an error by Psalm but should not be considered one
IMO. See https://github.com/vimeo/psalm/pull/3203
parent 03f139a6
......@@ -24,13 +24,6 @@ interface DriverException extends Throwable
*/
public function getErrorCode();
/**
* Returns the driver error message.
*
* @return string
*/
public function getMessage();
/**
* Returns the SQLSTATE the driver was in at the time the error occurred.
*
......
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