Clinner\Command\NullCommand::getErrorOutput PHP Method

getErrorOutput() public method

This method will only return a valid value after the command has been executed.
public getErrorOutput ( ) : string
return string
    public function getErrorOutput()
    {
        return '';
    }