Your IP : 18.118.212.165


Current Path : /var/www/axolotl/data/www/msk.axolotls.ru/bitrix/modules/timeman/lib/
Upload File :
Current File : /var/www/axolotl/data/www/msk.axolotls.ru/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';
}