/home/techb158/exp.abdallabala.com/vendor/symfony/console/Tests/Fixtures
Edit: /home/techb158/exp.abdallabala.com/vendor/symfony/console/Tests/Fixtures/Foo3Command.php (835B)
setName('foo3:bar')
->setDescription('The foo3:bar command')
;
}
protected function execute(InputInterface $input, OutputInterface $output)
{
try {
try {
throw new \Exception('First exception
this is html
');
} catch (\Exception $e) {
throw new \Exception('Second exception
comment', 0, $e);
}
} catch (\Exception $e) {
throw new \Exception('Third exception
comment>', 404, $e);
}
}
}