Skip to content

Commit

Permalink
Extend Throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 26, 2020
1 parent 91846cf commit c516ce9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/
namespace SebastianBergmann\ObjectEnumerator;

interface Exception
use Throwable;

interface Exception extends Throwable
{
}

0 comments on commit c516ce9

Please sign in to comment.