Skip to content

Commit c516ce9

Browse files
Extend Throwable
1 parent 91846cf commit c516ce9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Exception.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*/
1010
namespace SebastianBergmann\ObjectEnumerator;
1111

12-
interface Exception
12+
use Throwable;
13+
14+
interface Exception extends Throwable
1315
{
1416
}

0 commit comments

Comments
 (0)