core/error.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2008 Maciej Sobczak
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 //
7 
8 #ifndef SOCI_ERROR_H_INCLUDED
9 #define SOCI_ERROR_H_INCLUDED
10 
11 #include "soci-config.h"
12 // std
13 #include <stdexcept>
14 #include <string>
15 
16 namespace soci
17 {
18 
19 class SOCI_DECL soci_error : public std::runtime_error
20 {
21 public:
22  explicit soci_error(std::string const & msg);
23 };
24 
25 } // namespace soci
26 
27 #endif // SOCI_ERROR_H_INCLUDED
#define SOCI_DECL
Definition: soci-config.h:31


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:40