mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-14 06:02:11 +01:00
@@ -19,7 +19,7 @@ namespace Catch {
|
||||
|
||||
virtual ~NotImplementedException() noexcept = default;
|
||||
|
||||
virtual const char* what() const noexcept;
|
||||
virtual const char* what() const noexcept override;
|
||||
|
||||
private:
|
||||
std::string m_what;
|
||||
|
||||
Reference in New Issue
Block a user