Piwik\API\ApiRenderer::renderException PHP Method

renderException() public method

public renderException ( $message, Exceptio\Exception | Throwable $exception ) : mixed
$message
$exception Exceptio\Exception | Throwable
return mixed
    public function renderException($message, $exception)
    {
        return $message;
    }