Skip to content

Commit

Permalink
Merge pull request varsitynewsnetwork#11 from Snaver/exception-fix
Browse files Browse the repository at this point in the history
RuntimeException class not found when used in try/catch block
  • Loading branch information
boboudreau authored Apr 6, 2017
2 parents d31d7b6 + 380e440 commit b9d5dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
use RuntimeException;
use Vnn\WpApiClient\Auth\AuthInterface;
use Vnn\WpApiClient\Endpoint;
use Vnn\WpApiClient\Http\ClientInterface;
Expand Down

0 comments on commit b9d5dd0

Please sign in to comment.