Remove Excetipion's virtual destructor

This commit is contained in:
Thomas Goyne 2014-12-28 19:52:42 -08:00
parent 0f324a22f1
commit 5089499e8b
1 changed files with 0 additions and 3 deletions

View File

@ -93,9 +93,6 @@ namespace agi {
Exception(std::string msg) : message(std::move(msg)) { }
public:
/// @brief Destructor
virtual ~Exception() { }
/// @brief Get the outer exception error message
/// @return Error message
std::string const& GetMessage() const { return message; }