diff --git a/headers/Containers/Hashmap.hpp b/headers/Containers/Hashmap.hpp index 58b6229..e47e1f0 100644 --- a/headers/Containers/Hashmap.hpp +++ b/headers/Containers/Hashmap.hpp @@ -101,6 +101,7 @@ public: Systems::Logging::Log("Trying to access a non-existant key! Throwing...", "Hashmap", Systems::Logging::LogLevel::Error); + throw; } [[nodiscard("Discarding an expensive operation!")]]