Sanitize unhandled exceptions.
commit3a70fa86df0879778c7cf3a282258467f35aa248
authorBartosz Taudul <wolf.pld@gmail.com>
Sun, 24 Aug 2008 17:50:46 +0000 (24 19:50 +0200)
committerBartosz Taudul <wolf.pld@gmail.com>
Sun, 24 Aug 2008 17:50:46 +0000 (24 19:50 +0200)
tree589ce4b38058662ac60fc971e20645052c56e487
parent8efb47905ee84d4da105a579a5380674fe6b1c59
Sanitize unhandled exceptions.

Added ServerCrash exception and always throw it instead of just some
string when something unexpected happens.
Exceptions.cpp
Exceptions.hpp
Listener.cpp
Main.cpp
Server.cpp
Session.cpp
SessionController.cpp