switch all exceptions to be of type websocketpp::exception

This commit is contained in:
Peter Thorson
2014-03-06 19:35:25 -06:00
parent 770b32275c
commit a63f7d8b7b
8 changed files with 69 additions and 79 deletions

View File

@@ -215,7 +215,7 @@ BOOST_AUTO_TEST_CASE( accept_subprotocol_invalid ) {
std::string o;
BOOST_CHECK_THROW(o = run_server_test(s,input), websocketpp::lib::error_code);
BOOST_CHECK_THROW(o = run_server_test(s,input), websocketpp::exception);
}
BOOST_AUTO_TEST_CASE( accept_subprotocol_two ) {