Acacha\Llum\Console\LlumCommand::showPackageNotFoundError PHP Method

showPackageNotFoundError() protected method

Show package not found error.
protected showPackageNotFoundError ( $name )
$name
    protected function showPackageNotFoundError($name)
    {
        $this->output->writeln('<error>Package ' . $name . ' not found in file ' . $this->configPath . 'packages.php</error>');
    }