N98\Magento\Command\System\Setup\RunCommand::printException PHP Метод

printException() защищенный Метод

protected printException ( Symfony\Component\Console\Output\OutputInterface $output, $e )
$output Symfony\Component\Console\Output\OutputInterface
$e
    protected function printException(OutputInterface $output, $e)
    {
        $output->writeln('<error>' . $e->getMessage() . '</error>');
    }