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 d54bf9b commit 4a27e5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/exceptions/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/
namespace SebastianBergmann\GlobalState;

interface Exception
use Throwable;

interface Exception extends Throwable
{
}

0 comments on commit 4a27e5a

Please sign in to comment.