Skip to content

Commit

Permalink
RuntimeException class not found when used in try/catch block
Browse files Browse the repository at this point in the history
FatalThrowableError in WpClient.php line 95: Class 'Vnn\WpApiClient\RuntimeException' not found
  • Loading branch information
Richard Evans committed Apr 5, 2017
1 parent d31d7b6 commit 380e440
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 380e440

Please sign in to comment.