fix: linux build

This commit is contained in:
Jan
2024-08-12 23:29:11 +02:00
parent 01c284fb37
commit f35a2f33ff
2 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace
return m_message;
}
[[nodiscard]] const char* what() const override
[[nodiscard]] const char* what() const noexcept override
{
return m_message.c_str();
}