| Current Path : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Core/Entity/Result/ |
| Current File : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Core/Entity/Result/Warning.php |
<?php
namespace Ipolh\SDEK\Core\Entity\Result;
/**
* Class Warning
* @package Ipolh\SDEK\Core
* @subpackage Entity
*/
class Warning extends Info
{
/**
* @param string $message
* @param int|string|null $code
*/
public function __construct($message, $code = null)
{
parent::__construct($message, $code);
}
}