Piwik\API\ApiRenderer::renderException PHP Méthode

renderException() public méthode

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