#endif // DEBUG
}
HTTPError::HTTPError(unsigned code, const std::string& desc) throw():
runtime_error(desc), code(code) {
#ifdef DEBUG
#endif // DEBUG
}
HTTPError::HTTPError(unsigned code, const std::string& desc) throw():
runtime_error(desc), code(code) {
#ifdef DEBUG