@@ -50,7 +50,7 @@ |
||
50 | 50 | $this->logger->error($e->getTraceAsString()); |
51 | 51 | |
52 | 52 | if(!$e instanceof ClientExceptionInterface){ |
53 | - throw new ClientException('unexpected exception, does not implement "ClientExceptionInterface": '.get_class($e)); // @codeCoverageIgnore |
|
53 | + throw new ClientException('unexpected exception, does not implement "ClientExceptionInterface": '.get_class($e)); // @codeCoverageIgnore |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | throw $e; |