fw4spl
core/fwCore/src/fwCore/Exception.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 "fwCore/Exception.hpp"
8 
9 namespace fwCore
10 {
11 
12 Exception::Exception ( const std::string& err ) :
13  std::runtime_error( err )
14 {
15 }
16 
17 } //namespace fwCore
18 
STL namespace.
This namespace fwCore provides common foundations for FW4SPL.
Definition: BaseObject.hpp:16