diff options
Diffstat (limited to 'libpqpp/pq-error.h')
-rw-r--r-- | libpqpp/pq-error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpqpp/pq-error.h b/libpqpp/pq-error.h index fdc855b..c9693f7 100644 --- a/libpqpp/pq-error.h +++ b/libpqpp/pq-error.h @@ -10,7 +10,7 @@ namespace PQ { public: Error(const PGconn *); - std::string message() const throw() override; + std::string message() const noexcept override; private: std::string msg; |