Instagram\API\Request\BaseRequest::interceptResponse PHP Method

interceptResponse() public method

This method will be called before checking the Response is OK.
public interceptResponse ( $response ) : boolean
$response Response
return boolean If the Response was intercepted, and should stop being processed.
    public function interceptResponse($response)
    {
        return false;
    }