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 1ad65a3 commit a009b97Copy full SHA for a009b97
app/code/Magento/Analytics/Model/Connector.php
@@ -53,7 +53,7 @@ public function __construct(
53
public function execute($commandName)
54
{
55
if (!array_key_exists($commandName, $this->commands)) {
56
- throw new NotFoundException(__('Command was not found.'));
+ throw new NotFoundException(__('Command "%1" was not found.', $commandName));
57
}
58
59
/** @var \Magento\Analytics\Model\Connector\CommandInterface $command */
0 commit comments