Issue #3340077 by ankitsingh0188, solideogloria, longwave: Make DatabaseException extend \Throwable
parent
e434d61d4c
commit
87d90f9493
|
@ -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 { }
|
||||
|
|
Loading…
Reference in New Issue