feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
180 changed files with 612 additions and 6521 deletions
Showing only changes of commit 3c8822e531 - Show all commits

View File

@ -62,7 +62,7 @@ class Queue extends Command
try {
$response = $this->client->get($uri);
} catch (ClientExceptionInterface $exception) {
$this->logger->error($exception->getMessage());
$this->logger->error($exception);
return Console\Command\Command::FAILURE;
}
$output->writeln("Response Code: {$response->getStatusCode()}");