@@ -548,7 +548,7 @@ |
||
| 548 | 548 | if (isset($errContext['http_response_header'])) { |
| 549 | 549 | foreach ($errContext['http_response_header'] as $line) { |
| 550 | 550 | if (strpos($line, 'Error: ') > -1) { |
| 551 | - throw new \Exception($line); |
|
| 551 | + throw new \Exception($line); |
|
| 552 | 552 | } |
| 553 | 553 | } |
| 554 | 554 | } |