Skip to content

Commit b7c0afd

Browse files
maxheliasjbelien
authored andcommitted
Exception interface should extend Throwable interface (#1027)
1 parent 71e8dfc commit b7c0afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/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)