@@ -15,7 +15,7 @@  | 
                                                    ||
| 15 | 15 | */  | 
                                                        
| 16 | 16 | public function __construct(?\Exception $previous = null, ?ResultObjectInterface $result = null)  | 
                                                        
| 17 | 17 |      { | 
                                                        
| 18 | - $this->message .= ' Response data: ' . serialize($result);  | 
                                                        |
| 18 | + $this->message .= ' Response data: '.serialize($result);  | 
                                                        |
| 19 | 19 | parent::__construct($this->message, $this->code, $previous);  | 
                                                        
| 20 | 20 | |
| 21 | 21 | $this->result = $result;  |