Skip to content

Commit

Permalink
Merge pull request #410 from GrahamCampbell/exceptions
Browse files Browse the repository at this point in the history
Fixed the exceptions
  • Loading branch information
cursedcoder authored Jul 31, 2016
2 parents 5b9c7c4 + b9d58dc commit 653d4fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Github/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Github\Exception;

interface ExceptionInterface
use Http\Client\Exception;

interface ExceptionInterface extends Exception
{
}

0 comments on commit 653d4fe

Please sign in to comment.