summaryrefslogtreecommitdiff
path: root/libmysqlpp/my-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/my-error.h')
-rw-r--r--libmysqlpp/my-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqlpp/my-error.h b/libmysqlpp/my-error.h
index b694843..d1dbe68 100644
--- a/libmysqlpp/my-error.h
+++ b/libmysqlpp/my-error.h
@@ -10,7 +10,7 @@ namespace MySQL {
public:
Error(MYSQL_STMT *);
Error(MYSQL *);
- std::string message() const throw() override;
+ std::string message() const noexcept override;
private:
std::string msg;