For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Author: Maxime Beaudoin (maxime.beaudoin@ellipse-synergie.com)
Author: Phil Sturgeon (email@philsturgeon.co.uk)
Inheritance: implements EllipseSynergie\ApiResponse\Contracts\Response
 /**
  * @param Manager $manager
  * @param HttpResponse $manager
  */
 public function __construct(Manager $manager, HttpResponse $response)
 {
     $this->response = $response;
     parent::__construct($manager);
 }