Commit 87d90f94 authored by catch's avatar catch
Browse files

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

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