shadowm

Untitled

Sep 28th, 2012
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1.             try {
  2.                 read_gz(received_data->config_buf, stream);
  3.             } catch(boost::iostreams::gzip_error&) {
  4.                 throw config::error("malformed compressed data");
  5.             } catch(config::error &e) {
  6.                 received_data->config_error = e.message;
  7.             }
Advertisement
Add Comment
Please, Sign In to add comment