Loading core/lib/Drupal/Core/Database/DatabaseException.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,4 +10,4 @@ * throw exceptions that implement this interface to allow database * abstraction in Drupal. */ interface DatabaseException { } interface DatabaseException extends \Throwable { } Loading
core/lib/Drupal/Core/Database/DatabaseException.php +1 −1 Original line number Diff line number Diff line Loading @@ -10,4 +10,4 @@ * throw exceptions that implement this interface to allow database * abstraction in Drupal. */ interface DatabaseException { } interface DatabaseException extends \Throwable { }