Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. try
  2. {
  3.  
  4. }
  5. catch(foo::exception const& e)
  6. {
  7.  
  8. }
  9. catch(boost::exception const& ex)
  10. {
  11. LOG_ERROR(boost::diagnostic_information(ex))
  12. }
  13. catch(...)
  14. {
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement