From 61c8423a63ab0f0db7efe9b85c67a78490e2752a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 1 Aug 2016 09:51:26 +0100 Subject: [PATCH] Revert "Fixed the exceptions" --- lib/Github/Exception/ExceptionInterface.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 { }