mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
exception what() method shall be noexcept.
This commit is contained in:
@@ -998,7 +998,7 @@ protected:
|
||||
class UnknownOptionException : public std::exception
|
||||
{
|
||||
public:
|
||||
const char* what() const _NOEXCEPT override { return "Unknown config option"; }
|
||||
const char* what() const noexcept override { return "Unknown config option"; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user