fw4spl
ContentNotFound.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
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 "fwNetworkIO/exceptions/ContentNotFound.hpp"
8 
9 namespace fwNetworkIO
10 {
11 
12 namespace exceptions
13 {
14 
15 ContentNotFound::ContentNotFound(const std::string& message) :
16  ::fwNetworkIO::exceptions::Base(message)
17 {
18 
19 }
20 
21 ContentNotFound::~ContentNotFound() noexcept
22 {
23 }
24 
25 } /* namespace exceptions */
26 } /* namespace fwNetworkIO */
The namespace fwNetworkIO contains the primary methods to access network.