fw4spl
NoWorker.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 <fwCore/Exception.hpp>
8 
9 #include "fwCom/config.hpp"
10 #include "fwCom/exception/NoWorker.hpp"
11 
12 namespace fwCom
13 {
14 
15 namespace exception
16 {
17 
18 NoWorker::NoWorker ( const std::string &err ) : ::fwCore::Exception(err)
19 {
20 }
21 
22 } // namespace exception
23 
24 } // namespace fwCom
25 
26 
Namespace containing fw4spl communication tools.
Definition: DumpEditor.hpp:30
This namespace fwCore provides common foundations for FW4SPL.
Definition: BaseObject.hpp:16