Actions
Bug #100870
closedConsumeMessagesCommand throws exceptions on missing/wrong user input
Start date:
2023-05-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The TYPO3 command messenger:consume
throws a runtime exception, when no receiver is provided. The same applies, when the provided receiver does not exist. It should be avoided to throw exceptions on missing/wrong user input. Instead, a symfony console error message should be shown and the symfony command should exit with the failure return code.
Updated by Torben Hansen over 1 year ago
- Status changed from New to Closed
Closed in favor to #100871
Actions