From 76f0406c63aafc9bbb36c1e15847972b04ac451f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ostroluck=C3=BD?= Date: Wed, 28 Mar 2018 23:15:25 +0200 Subject: [PATCH] Mark ExceptionInterfaces throwable --- Exception/ExceptionInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exception/ExceptionInterface.php b/Exception/ExceptionInterface.php index ad850eea..90913168 100644 --- a/Exception/ExceptionInterface.php +++ b/Exception/ExceptionInterface.php @@ -16,6 +16,6 @@ * * @author Fabien Potencier */ -interface ExceptionInterface +interface ExceptionInterface extends \Throwable { }