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