We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b9c7c4 + b9d58dc commit 653d4feCopy full SHA for 653d4fe
lib/Github/Exception/ExceptionInterface.php
@@ -2,6 +2,8 @@
2
3
namespace Github\Exception;
4
5
-interface ExceptionInterface
+use Http\Client\Exception;
6
+
7
+interface ExceptionInterface extends Exception
8
{
9
}
0 commit comments