Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/location/lib/exception/ |
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; }