Skip to content

Commit bd3d3ef

Browse files
committed
Mark ExceptionInterfaces throwable
1 parent 400318f commit bd3d3ef

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
@@ -19,6 +19,6 @@
1919
*
2020
* @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>
2121
*/
22-
interface ExceptionInterface
22+
interface ExceptionInterface extends \Throwable
2323
{
2424
}

0 commit comments

Comments
 (0)