Your IP : 3.138.100.186


Current Path : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/modules/sale/lib/cashbox/errors/
Upload File :
Current File : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/modules/sale/lib/cashbox/errors/warning.php

<?php

namespace Bitrix\Sale\Cashbox\Errors;

use Bitrix\Main;

class Warning extends Main\Error
{
	const TYPE = 'WARNING';
	const LEVEL_TRACE = 2;
}