We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d1d62 commit cd6fcc6Copy full SHA for cd6fcc6
src/PHPCR/Shell/Console/Application/ShellApplication.php
@@ -267,16 +267,6 @@ protected function getDefaultCommand()
267
return 'shell:path:show';
268
}
269
270
- /**
271
- * Render an exception to the console
272
- *
273
- * {@inheritDoc}
274
- */
275
- public function renderException(\Exception $exception, OutputInterface $output)
276
- {
277
- $output->writeln(sprintf('<exception>%s</exception>', $exception->getMessage()));
278
- }
279
-
280
/**
281
* Wrap the add method and do not register commands which are unsupported by
282
* the current transport.
0 commit comments