fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
std
STL namespace.
fwTest
Definition:
Data.hpp:15
SrcLib
tests
fwTest
src
fwTest
Exception.cpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11