Your IP : 18.225.56.185


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/location/lib/exception/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/location/lib/exception/errorcodes.php

<?php

namespace Bitrix\Location\Exception;

final class ErrorCodes
{
	public const SERVICE_CONFIG_VALUE_NOT_FOUND = 1000;
	public const SERVICE_CONFIG_FABRIC_WRONG_SERVICE = 1001;
	public const ERRORSERVICE_ERROR_WAS_HAPPENED = 1002;
}