Accessors for exceptions.

This commit is contained in:
chriseth
2021-12-01 14:26:23 +01:00
parent cc2a8609d6
commit b6bd85202c
7 changed files with 20 additions and 8 deletions
-2
View File
@@ -39,8 +39,6 @@ struct Exception: virtual std::exception, virtual boost::exception
/// @returns the errinfo_comment of this exception.
std::string const* comment() const noexcept;
private:
};
/// Throws an exception with a given description and extra information about the location the