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.
1 parent e030393 commit b9d58dcCopy full SHA for b9d58dc
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