mirror of
https://github.com/anope/anope.git
synced 2026-07-06 10:53:14 +02:00
Use noexcept instead of an empty exception specifier.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace SQL
|
||||
public:
|
||||
Exception(const Anope::string &reason) : ModuleException(reason) { }
|
||||
|
||||
virtual ~Exception() throw() = default;
|
||||
virtual ~Exception() noexcept = default;
|
||||
};
|
||||
|
||||
/** A SQL query
|
||||
|
||||
Reference in New Issue
Block a user