Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/lang/en/lib/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/lang/en/lib/argumentoutofrangeexception.php

<?
$MESS["argument_out_of_range_array_exception_message"] = "The value of '#PARAMETER#' must be one of the following: #ALLOWABLE_VALUES#.";
$MESS["argument_out_of_range_between_exception_message"] = "The value of '#PARAMETER#' must be in range #LOWER_LIMIT# to #UPPER_LIMIT#.";
$MESS["argument_out_of_range_upper_exception_message"] = "The value of '#PARAMETER#' must not exceed #UPPER_LIMIT#.";
$MESS["argument_out_of_range_lower_exception_message"] = "The value of '#PARAMETER#' must not be less than #LOWER_LIMIT#.";
$MESS["argument_out_of_range_exception_message"] = "The value of '#PARAMETER#' is out of possible range.";
?>