Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1.             try
  2.             {
  3.                 response.read(his);
  4.             }
  5.             catch (Exception&)
  6.             {
  7.                 close();
  8.                 if (networkException())
  9.                     networkException()->rethrow();
  10.                 else
  11.                     throw;
  12.                 throw;
  13.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement