Your IP : 18.191.31.223


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/timeman/lib/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/timeman/lib/datetimeexception.php

<?php
namespace Bitrix\Timeman;

use Bitrix\Main\Loader;
use Bitrix\Rest\RestException;

Loader::includeModule('rest');

class DateTimeException extends RestException
{
	const ERROR_WRONG_DATETIME_FORMAT = 'WRONG_DATETIME_FORMAT';
	const ERROR_WRONG_DATETIME = 'WRONG_DATETIME';
}