Engauge Digitizer 2
Loading...
Searching...
No Matches
Configurator.hh
Go to the documentation of this file.
1#ifndef CONFIGURATOR_HH
2#define CONFIGURATOR_HH
3
4#include <string>
5#include <stdexcept>
6
7namespace log4cpp {
8
10 class ConfigureFailure : public std::runtime_error
11 {
12 public:
14 ConfigureFailure (const std::string &reason);
15 };
16}
17
18#endif // CONFIGURATOR_HH
ConfigureFailure(const std::string &reason)
Single constructor.