Skip to content

Commit b9d58dc

Browse files
Fixed the exceptions
1 parent e030393 commit b9d58dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Github/Exception/ExceptionInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Github\Exception;
44

5-
interface ExceptionInterface
5+
use Http\Client\Exception;
6+
7+
interface ExceptionInterface extends Exception
68
{
79
}

0 commit comments

Comments
 (0)