Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A Dcommon.php1899 * @param string $exc The text of the raised exception
1905 function valid_input_set($param, $valid_values, $array, $exc = '')
1912 throw new Exception($exc);
1874 valid_input_set($param, $valid_values, $array, $exc = '') global() argument