Skip to content

Commit 653d4fe

Browse files
authored
Merge pull request #410 from GrahamCampbell/exceptions
Fixed the exceptions
2 parents 5b9c7c4 + b9d58dc commit 653d4fe

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)