GEDLIB
1.0
src
env
error.ipp
Go to the documentation of this file.
1
/***************************************************************************
2
* *
3
* Copyright (C) 2018 by David B. Blumenthal *
4
* *
5
* This file is part of GEDLIB. *
6
* *
7
* GEDLIB is free software: you can redistribute it and/or modify it *
8
* under the terms of the GNU Lesser General Public License as published *
9
* by the Free Software Foundation, either version 3 of the License, or *
10
* (at your option) any later version. *
11
* *
12
* GEDLIB is distributed in the hope that it will be useful, *
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15
* GNU Lesser General Public License for more details. *
16
* *
17
* You should have received a copy of the GNU Lesser General Public *
18
* License along with GEDLIB. If not, see <http://www.gnu.org/licenses/>. *
19
* *
20
***************************************************************************/
21
27
#ifndef SRC_ENV_ERROR_IPP_
28
#define SRC_ENV_ERROR_IPP_
29
30
namespace
ged
{
31
32
Error ::
33
Error
(
const
std::string & message) :
34
std::runtime_error(message) {}
35
36
}
37
38
#endif
/* SRC_ENV_ERROR_IPP_ */
ged::Error::Error
Error(const std::string &message)
Constructor.
Definition:
error.ipp:33
ged
Global namespace for GEDLIB.
Definition:
anchor_aware_ged.hpp:30
Generated by
1.8.13