Remove Excetipion's virtual destructor
This commit is contained in:
parent
0f324a22f1
commit
5089499e8b
1 changed files with 0 additions and 3 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue