Fix critical bug in exceptions handling 39/45539/6
authorOskar Świtalski <o.switalski@samsung.com>
Fri, 7 Aug 2015 08:06:35 +0000 (10:06 +0200)
committerAleksander Zdyb <a.zdyb@samsung.com>
Tue, 1 Sep 2015 06:25:55 +0000 (23:25 -0700)
commit50d4f101cf3bcf95d1f411c29dc25afd4e9a359d
tree9747acf2bc39e33b175b354a12bf3a47a1d2fe2c
parente926c0b1f9c2902173ecc08ca15e1afc28804fe2
Fix critical bug in exceptions handling

Exception classes must publicly inherit from std::exception,
to be catched by std::exception catch.

Change-Id: I406cce76c652f112f4acff79264c0a49496b767e
src/Utils/WithMessageException.h
tests/CMakeLists.txt
tests/Utils/with_message_exception.cpp [new file with mode: 0644]