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 7890f33 commit 28332afCopy full SHA for 28332af
src/Symfony/Component/Console/Application.php
@@ -103,6 +103,8 @@ public function setDispatcher(EventDispatcherInterface $dispatcher)
103
* @param OutputInterface $output An Output instance
104
*
105
* @return int 0 if everything went fine, or an error code
106
+ *
107
+ * @throws \Exception When running fails. Bypass this when {@link setCatchExceptions()}.
108
*/
109
public function run(InputInterface $input = null, OutputInterface $output = null)
110
{
0 commit comments