fw4spl
tests/fwTest/src/fwTest/Exception.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include "fwTest/Exception.hpp"
8 
9 namespace fwTest
10 {
11 
12 Exception::Exception ( const std::string &err ) : std::runtime_error ( err )
13 {
14 }
15 
16 
17 } // namespace fwTest
18 
19 
STL namespace.
Definition: Data.hpp:15