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 4fe47a6 commit ea341c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Exception.php
Expand Up @@ -9,6 +9,8 @@
*/
namespace SebastianBergmann\ObjectReflector;

interface Exception
use Throwable;

interface Exception extends Throwable
{
}

0 comments on commit ea341c4

Please sign in to comment.