Commit f300b8e0 authored by Vytautas Stankus's avatar Vytautas Stankus Committed by Vytautas Stankus

\Doctrine\DBAL\Driver\DriverException shoud implement \Throwable

parent 39ace7fc
......@@ -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