Issue #3340077 by ankitsingh0188, solideogloria, longwave: Make DatabaseException extend \Throwable

merge-requests/3463/head
catch 2023-02-13 15:57:45 +00:00
parent e434d61d4c
commit 87d90f9493
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ namespace Drupal\Core\Database;
* throw exceptions that implement this interface to allow database
* abstraction in Drupal.
*/
interface DatabaseException { }
interface DatabaseException extends \Throwable { }