Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Api/Entity/Response/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Api/Entity/Response/ErrorResponse.php

<?php
namespace Ipolh\SDEK\Api\Entity\Response;

class ErrorResponse extends AbstractResponse
{
    public function __construct($json)
    {
        parent::__construct(['temp_test']); //ToDo make actual class by api info
    }
}