build();
}
-istream& operator>>(istream& is, Command& command) throw(HTTPError, sockerr) {
+istream& operator>>(istream& is, Command& command)
+ throw(HTTPError, sockerr, ios::failure) {
#ifdef DEBUG
cerr << __FILE__ << "(" << __LINE__ << ")"
<< ": operator>>()" << endl;