mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
Add noexcept specifier to XChunkException and WritingException
This commit is contained in:
@ -11,6 +11,6 @@ class XChunkException final : public std::exception
|
||||
public:
|
||||
explicit XChunkException(std::string message);
|
||||
|
||||
_NODISCARD char const* what() const override;
|
||||
_NODISCARD char const* what() const noexcept override;
|
||||
_NODISCARD const std::string& Message() const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user