Neos\Neos\Ui\Domain\Model\Feedback\Messages\Error::getDescription PHP Method

getDescription() public method

Get the description
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return 'An error ocurred';
    }