@@ -362,7 +362,7 @@ |
||
| 362 | 362 | |
| 363 | 363 | return $properties; |
| 364 | 364 | } catch (ApiErrorException $exception) { |
| 365 | - throw new ApiErrorException('Could not get properties by devices:' . $exception->getMessage()); |
|
| 365 | + throw new ApiErrorException('Could not get properties by devices:'.$exception->getMessage()); |
|
| 366 | 366 | return false; |
| 367 | 367 | } |
| 368 | 368 | } |