Searched defs:param_error (Results 1 – 2 of 2) sorted by relevance
40 class BOOST_SYMBOL_VISIBLE param_error : public std::exception { class53 explicit param_error( cstring param_name_ ) : param_name( param_name_) {} in param_error() function in boost::runtime::param_error
37 const int param_error = BZ_PARAM_ERROR; variable