| Current Path : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Api/Entity/Response/ |
| 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
}
}