You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an exception / error occurs in the console component and when the -v flag is active, an exception looks like this:
In MyCommand.php line 151:
[ErrorException]
Warning: Creating default object from empty value
Exception trace:
MyCommand->getAmqpExchange() at MyCommand.php:115
MyCommand->processMessage() at MyCommand.php:71
MyCommand->execute() at /home/rio/rio/server/backend/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:251
Symfony\Component\Console\Command\Command->run() at /home/rio/rio/server/backend/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:904
Symfony\Component\Console\Application->doRunCommand() at /home/rio/rio/server/backend/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:89
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /home/rio/rio/server/backend/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:262
Symfony\Component\Console\Application->doRun() at /home/rio/rio/server/backend/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:75
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /home/rio/rio/server/backend/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:145
Symfony\Component\Console\Application->run() at /home/rio/rio/server/backend/bin/console:29
...
I can not share a screenshot (sensitive content, sorry) but my eyes want directly on the exception, then went to the stack trace.
By 2 times, I totally miss the very first line In MyCommand.php line 151:
I think we could put again the very first errors in the trace.
WDYT ?
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected: all
When an exception / error occurs in the console component and when the
-v
flag is active, an exception looks like this:I can not share a screenshot (sensitive content, sorry) but my eyes want directly on the exception, then went to the stack trace.
By 2 times, I totally miss the very first line
In MyCommand.php line 151:
I think we could put again the very first errors in the trace.
WDYT ?
The text was updated successfully, but these errors were encountered: