Skip to content

Commit 2382397

Browse files
committed
Mark ExceptionInterfaces throwable
1 parent 8467a1c commit 2382397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/ExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
* @author Fabien Potencier <fabien@symfony.com>
1616
* @author Grégoire Pineau <lyrixx@lyrixx.info>
1717
*/
18-
interface ExceptionInterface
18+
interface ExceptionInterface extends \Throwable
1919
{
2020
}

0 commit comments

Comments
 (0)