make libconfig exceptions public
it's allow to generate libconfig exception in user code example: libconfig::Setting& obj = ...; if ( !obj.isGroup() ) throw libconfig::SettingTypeException( obj, "TypeGroup expected" );
Showing
Please register or sign in to comment