Skip to content

Commit 3a7e35a

Browse files
author
php-schubser
committed
changes-in-export-options-and-wording
1 parent cd295d0 commit 3a7e35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new_files/interface/fs_cleverreach_interface_rest_client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private function returnResult($in, $header = false)
279279
}
280280

281281
if ($this->throwExceptions) {
282-
throw new \Exception('' . $header["http_code"] . ';' . $message);
282+
// throw new \Exception('' . $header["http_code"] . ';' . $message);
283283
}
284284
$in = null;
285285

0 commit comments

Comments
 (0)