Commit 0a17b498 authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #2658 from svycka/patch-1

this check does not make sense
parents 6fb7a4b6 f300b8e0
......@@ -29,7 +29,7 @@ namespace Doctrine\DBAL\Driver;
* @link www.doctrine-project.org
* @since 2.5
*/
interface DriverException
interface DriverException extends \Throwable
{
/**
* Returns the driver specific error code if available.
......
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