Skip to content

mcproxy: fix exceptions handling

Anatoly Mirin requested to merge mirin/mcproxy-fix_exceptions into devel

The main() function has a try ... catch block to catch c-string exceptions (trow "message"), but mcproxy generate a few other types of exceptions (std::strins) that will not be caught.

All explicitly thrown exceptions are now caught.

Merge request reports