ApiGen\Templating\Filters\UrlFilters::processThrowsAnnotations PHP Method

processThrowsAnnotations() private method

private processThrowsAnnotations ( string $value, ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $elementReflection ) : string
$value string
$elementReflection ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface
return string
    private function processThrowsAnnotations($value, ElementReflectionInterface $elementReflection)
    {
        $description = $this->getDescriptionFromValue($value, $elementReflection);
        $typeLinks = $this->typeLinks($value, $elementReflection);
        return $typeLinks . $description;
    }