diff --git a/lib/Github/Exception/ExceptionInterface.php b/lib/Github/Exception/ExceptionInterface.php index 87e6d2f77fa..cba560542bb 100644 --- a/lib/Github/Exception/ExceptionInterface.php +++ b/lib/Github/Exception/ExceptionInterface.php @@ -2,8 +2,6 @@ namespace Github\Exception; -use Http\Client\Exception; - -interface ExceptionInterface extends Exception +interface ExceptionInterface { }