mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Make TableKeyNotDefinedException::what() const noexcept.
This commit is contained in:
@@ -21,7 +21,7 @@ class TableKeyNotDefinedException : public std::exception {
|
||||
*/
|
||||
TableKeyNotDefinedException(llvm::StringRef key);
|
||||
~TableKeyNotDefinedException() noexcept;
|
||||
const char* what();
|
||||
const char* what() const noexcept override;
|
||||
|
||||
private:
|
||||
std::string msg;
|
||||
|
||||
Reference in New Issue
Block a user