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 928177e + 653d4fe commit 0728ceeCopy full SHA for 0728cee
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