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 75cce26 commit d66c113
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Exception/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
*/
namespace SebastianBergmann\CodeCoverage;

/**
* Exception interface for php-code-coverage component.
*/
interface Exception
use Throwable;

interface Exception extends Throwable
{
}

0 comments on commit d66c113

Please sign in to comment.