Publitio PHP SDK
2.0.0
PHP SDK for Publitio API
|
This exception is thrown when the server responds with incorrectly formatted JSON. More...
Public Member Functions | |
__construct ($body, $call_url) | |
This exception is thrown when the server responds with incorrectly formatted JSON.
This also happens then the server responds with something that isn't JSON at all, such as HTML code. This can happen when you use a nonexistent API endpoint (for example, a typo - 'flies/list' instead of 'files/list'). This may also happen if an internal server error occurs.