feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
163 changed files with 591 additions and 5472 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()}");