Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d7089a

Browse files
maxheliasjbelien
authored andcommitted
Exception interface should extend Throwable interface (#1027)
1 parent af8d920 commit 8d7089a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
/**
1616
* @author William Durand <[email protected]>
1717
*/
18-
interface Exception
18+
interface Exception extends \Throwable
1919
{
2020
}

0 commit comments

Comments
 (0)