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