preparing for functions
This commit is contained in:
14
exception.h
14
exception.h
@@ -6,14 +6,14 @@
|
||||
|
||||
namespace usql {
|
||||
|
||||
class Exception : public std::exception {
|
||||
private:
|
||||
std::string cause;
|
||||
class Exception : public std::exception {
|
||||
private:
|
||||
std::string cause;
|
||||
|
||||
public:
|
||||
Exception(const std::string &msg);
|
||||
public:
|
||||
Exception(const std::string &msg);
|
||||
|
||||
const char *what() const noexcept;
|
||||
};
|
||||
const char *what() const noexcept;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user