Piwik\API\ApiRenderer::renderObject PHP Method

renderObject() public method

public renderObject ( $object )
    public function renderObject($object)
    {
        $exception = new Exception('The API cannot handle this data structure.');
        return $this->renderException($exception->getMessage(), $exception);
    }