|
TYPO3
7.6
|
Go to the documentation of this file.
13 ->setDescription(
'The foo3:bar command')
21 throw new \Exception(
'First exception <p>this is html</p>');
22 }
catch (\Exception $e) {
23 throw new \Exception(
'Second exception <comment>comment</comment>', 0, $e);
25 }
catch (\Exception $e) {
26 throw new \Exception(
'Third exception <fg=blue;bg=red>comment</>', 0, $e);