FIX : some doc in comment

This commit is contained in:
sparkyx 2024-12-06 17:32:59 +01:00
parent 2b2a21f7b6
commit af9fb3e8c5
6 changed files with 64 additions and 7 deletions

View file

@ -172,7 +172,7 @@ class HttpInput
}
if (!array_key_exists($p_name,$this->array))
{
throw new Exception(_('Paramètre invalide')."[$p_name]",
throw new Exception("C175."._('Paramètre invalide')."[$p_name]",
EXC_PARAM_VALUE);
}
$this->check_type($p_name, $p_type);