fw4spl
core/fwAtomsPatch/src/fwAtomsPatch/exceptions/Base.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 
8 #include "fwAtomsPatch/exceptions/Base.hpp"
9 
10 namespace fwAtomsPatch
11 {
12 
13 namespace exceptions
14 {
15 
16 
17 Base::Base(const std::string& message) : ::fwCore::Exception(message)
18 {
19 }
20 
21 } // namespace exceptions
22 } // namespace fwAtomsPatch
Contains base functionalities used to transform objects from a version to another.
Definition: Abstract.hpp:16
This namespace fwCore provides common foundations for FW4SPL.
Definition: BaseObject.hpp:16