Skip to content

Commit 66fa1eb

Browse files
committed
Mark ExceptionInterfaces throwable
1 parent 00897c6 commit 66fa1eb

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)